]> gitweb.fluxo.info Git - inception.git/commitdiff
Usage fix
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 24 Feb 2018 17:22:23 +0000 (14:22 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 24 Feb 2018 17:22:23 +0000 (14:22 -0300)
infection

index 271ce79f17f3d1b6b4b88d63f173cf5da6c49ee3..e7d514ebb96de7dc54087c1e370115b04d11b124 100755 (executable)
--- a/infection
+++ b/infection
@@ -210,6 +210,6 @@ elif [ "$1" == "merge" ]; then
   infection_merge
 elif [ "$1" == "status" ]; then
   infection_status
-else
+elif [ "$1" != "init" ]; then
   infection_usage
 fi