Skip to content

Commit

Permalink
update some scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
idk committed Oct 14, 2019
1 parent 94f166e commit 9ba5790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ for x in $GIT_REPOS; do
git clone "$x" $THEDIR/ 2>&1 | grep -v fatal
cd $THEDIR
pwd
git fetch --force --all --keep --update-head-ok --progress
git pull --force --all --keep --update-head-ok --progress
git update-server-info -f && echo "updated server info"
cd "$CONTENT"
done
Expand Down

0 comments on commit 9ba5790

Please sign in to comment.