Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Sep 8, 2024
1 parent 519848e commit 65c54b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/_git-fetch
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ touch "${PROCESS_LOCK_FILE}"

if [ -n "${git_tracking}" -a "${git_tracking}" != "(detached)" ]; then
git_delta_behind=$(git_get_delta_behind "${git_status}")
echo "Found ${git_delta_behind} update(s)"
if [ "${git_delta_behind}" != "0" ]; then
echo "Found ${git_delta_behind} update(s)"
(( UPDATE_COUNT += git_delta_behind ))
fi
fi
Expand Down

0 comments on commit 65c54b7

Please sign in to comment.