Skip to content

Commit

Permalink
Updated the updater
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid220 committed Jun 18, 2022
1 parent 708e5a4 commit 9d87e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echoerr() { printf "%s\n" "$*" >&2; }
ERR=0
echo "[DEV]: Fetching latest update..."
if ! git fetch origin --recurse-submodules=no --progress --prune && git pull ; then
if ! git pull ; then
echoerr "There was an error fetching the git repo. Look above for more info. It could be you are not connected to the internet."
ERR=1
fi
Expand Down

0 comments on commit 9d87e32

Please sign in to comment.