diff options
-rwxr-xr-x | infection | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |