Skip to content

Commit

Permalink
git fetch now quiet in _ztupide_update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostaire committed May 19, 2020
1 parent c611780 commit 147c6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ztupide.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ _ztupide_remove() {
}

_ztupide_update() {
git -C ${_ztupide_path:h} fetch
git -C ${_ztupide_path:h} fetch --quiet
local local=$(git -C ${_ztupide_path:h} rev-parse HEAD)
local base=$(git -C ${_ztupide_path:h} rev-parse '@{u}')
if [ "${local}" != "${base}" ]; then
Expand Down

0 comments on commit 147c6f5

Please sign in to comment.