Skip to content

Commit

Permalink
Fixes for the mirroring.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Apr 10, 2013
1 parent 33c3292 commit e48c02f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _generate.sh
Expand Up @@ -19,9 +19,11 @@ export GIT_SSH=/tmp/timvideos-website/ssh
####################################################################
if [ ! -d wiki ]; then
git clone git@github.com:timvideos/getting-started.wiki.git wiki
cd wiki
git remote add mirror git@github.com:timvideos/getting-started.git
else
cd wiki
fi
cd wiki

# Get the latest data
git pull
Expand Down

0 comments on commit e48c02f

Please sign in to comment.