aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinfection2
1 files changed, 1 insertions, 1 deletions
diff --git a/infection b/infection
index 271ce79..e7d514e 100755
--- 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