From 8f9f9929052abb86aca4d10fdfd49963e157014a Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 3 Feb 2017 10:50:03 +0100 Subject: Delete add option of the test for the first argument because it must have a second argument --- task-git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task-git.sh b/task-git.sh index 491757c..db5df12 100755 --- a/task-git.sh +++ b/task-git.sh @@ -47,7 +47,7 @@ done for i in $1 do case $i in - add|append|completed|delete|done|due|duplicate|edit|end|modify|prepend|rm|start|stop) + append|completed|delete|done|due|duplicate|edit|end|modify|prepend|rm|start|stop) echo "Push" ;; push) -- cgit v1.2.1