From fe648009635c8b744c51303020fd0b3b9cfe83c9 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Fri, 15 Mar 2013 10:05:18 +0200 Subject: fix bugs in validation and deletion --- dev-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-shell') 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 { -- cgit v1.2.3