summaryrefslogtreecommitdiffstats
path: root/dev-shell
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-03-15 10:05:18 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-03-15 10:05:18 +0200
commitfe648009635c8b744c51303020fd0b3b9cfe83c9 (patch)
treed7a18b2aef102b202b91e2715ba69f7bcd905801 /dev-shell
parentd0071b9d4ad1c595965cbce982ba9edee5f4176a (diff)
downloadacf2-fe648009635c8b744c51303020fd0b3b9cfe83c9.tar.bz2
acf2-fe648009635c8b744c51303020fd0b3b9cfe83c9.tar.xz
fix bugs in validation and deletion
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 {