diff options
author | neodarz <neodarz@neodarz.net> | 2017-02-03 10:50:03 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-02-03 10:50:03 +0100 |
commit | 8f9f9929052abb86aca4d10fdfd49963e157014a (patch) | |
tree | 0de9864bb427328901bfb3cbd29971a5fe31738a /task-git.sh | |
parent | 25da1ffe371a63237404f4959a81efaf1405154e (diff) | |
download | task-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
Diffstat (limited to '')
-rwxr-xr-x | task-git.sh | 2 |
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) |