Fix typo at update_zprezto

This commit is contained in:
Daniel Carrillo 2018-11-09 17:20:50 +01:00
parent 93313aac23
commit b083b134e7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ cd ~/.zprezto
git fetch upstream
git checkout master
git merge i -m "Merged" upstream/master
git merge -m "Merged" upstream/master
git submodule update --init --recursive
cd -