diff --git a/scripts/update_plugin.sh b/scripts/update_plugin.sh index 68bf605..a986438 100755 --- a/scripts/update_plugin.sh +++ b/scripts/update_plugin.sh @@ -21,7 +21,7 @@ pull_changes() { local plugin="$1" local plugin_path="$(plugin_path_helper "$plugin")" cd "$plugin_path" && - GIT_TERMINAL_PROMPT=0 git pull && + GIT_TERMINAL_PROMPT=0 git pull --rebase=false && GIT_TERMINAL_PROMPT=0 git submodule update --init --recursive }