aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinfection2
1 files changed, 2 insertions, 0 deletions
diff --git a/infection b/infection
index f8795b3..97e4ff5 100755
--- a/infection
+++ b/infection
@@ -218,6 +218,8 @@ elif [ "$ACTION" == "fetch" ]; then
infection_fetch
elif [ "$ACTION" == "merge" ]; then
infection_merge
+elif [ "$ACTION" == "pull" ]; then
+ infection fetch && infection_merge
elif [ "$ACTION" == "status" ]; then
infection_status
elif [ "$ACTION" != "init" ]; then