From 0c0a79810d760e3e6b9b31f98eb8f39f784f5bdf Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 15 Aug 2020 23:47:07 -0300 Subject: Adds pull action --- infection | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3