This commit is contained in:
Sergio Livi 2023-03-04 19:04:51 -08:00 committed by GitHub
commit 4dbcce56a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}