mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 21:58:00 +00:00
Fix typo in zprezto-update function
This commit is contained in:
parent
34d4897d0e
commit
00f1d92ed8
2
init.zsh
2
init.zsh
@ -41,7 +41,7 @@ function zprezto-update {
|
|||||||
printf "There are no updates.\n"
|
printf "There are no updates.\n"
|
||||||
return 0
|
return 0
|
||||||
elif [[ $LOCAL == $BASE ]]; then
|
elif [[ $LOCAL == $BASE ]]; then
|
||||||
printf "There is an update availible. Trying to pull.\n\n"
|
printf "There is an update available. Trying to pull.\n\n"
|
||||||
if git pull --ff-only; then
|
if git pull --ff-only; then
|
||||||
printf "Syncing submodules\n"
|
printf "Syncing submodules\n"
|
||||||
git submodule update --recursive
|
git submodule update --recursive
|
||||||
|
Loading…
Reference in New Issue
Block a user