Skip to content

Commit

Permalink
Fix force update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Dec 8, 2018
1 parent 34738f1 commit 05609be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi-v2ray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ updateProject() {
if [[ $FIR_COMMIT_AUTHOR == 'Jrohy' ]];then
git reset --hard HEAD && git clean -d -f
if [[ $FORCE == 1 ]]; then
git pull
git pull origin master
else
git fetch origin && git checkout $UPDATE_VERSION
fi
Expand Down

0 comments on commit 05609be

Please sign in to comment.