update_plugin: force rebase=false
This commit is contained in:
parent
693e5a2a0f
commit
6bbe55ef29
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ pull_changes() {
|
||||||
local plugin="$1"
|
local plugin="$1"
|
||||||
local plugin_path="$(plugin_path_helper "$plugin")"
|
local plugin_path="$(plugin_path_helper "$plugin")"
|
||||||
cd "$plugin_path" &&
|
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
|
GIT_TERMINAL_PROMPT=0 git submodule update --init --recursive
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue