aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-02-03 10:50:03 +0100
committerneodarz <neodarz@neodarz.net>2017-02-03 10:50:03 +0100
commit8f9f9929052abb86aca4d10fdfd49963e157014a (patch)
tree0de9864bb427328901bfb3cbd29971a5fe31738a
parent25da1ffe371a63237404f4959a81efaf1405154e (diff)
downloadtask-git-8f9f9929052abb86aca4d10fdfd49963e157014a.tar.xz
task-git-8f9f9929052abb86aca4d10fdfd49963e157014a.zip
Delete add option of the test for the first argument because it must have a second argument
-rwxr-xr-xtask-git.sh2
1 files changed, 1 insertions, 1 deletions
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)