Skip to content

Commit

Permalink
MOD: script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pforret committed May 19, 2024
1 parent 0a4541e commit 7a6f3d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,9 @@ Script:check_version() {
git remote update &>/dev/null
if [[ $(git rev-list --count "HEAD...HEAD@{upstream}" 2>/dev/null) -gt 0 ]]; then
IO:print "There is a more recent update of this script - run <<$script_prefix update>> to update"
else
IO:progress " "
fi
IO:progress " "
fi
# shellcheck disable=SC2164
popd &>/dev/null
Expand Down

0 comments on commit 7a6f3d0

Please sign in to comment.