diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-08-15 23:47:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-08-15 23:47:07 -0300 |
commit | 0c0a79810d760e3e6b9b31f98eb8f39f784f5bdf (patch) | |
tree | 5006b819fd1500cec96af159dfbab35e38a82eb8 | |
parent | f32255f0defcf96b53620f1740c96386873bb093 (diff) | |
download | inception-0c0a79810d760e3e6b9b31f98eb8f39f784f5bdf.tar.gz inception-0c0a79810d760e3e6b9b31f98eb8f39f784f5bdf.tar.bz2 |
-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 |