summaryrefslogtreecommitdiffstats
path: root/dev-shell
diff options
context:
space:
mode:
Diffstat (limited to 'dev-shell')
-rwxr-xr-xdev-shell2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-shell b/dev-shell
index addbae7..aeaedc9 100755
--- a/dev-shell
+++ b/dev-shell
@@ -78,7 +78,7 @@ EOF
}
function delete {
- _acf_obj_req -X DELETE
+ _acf_obj_req "$1" -X DELETE
}
function commit {