Fix wescamp updater

This commit is contained in:
Alexander van Gessel 2012-01-18 17:43:25 +01:00
parent 6444beea9e
commit ff04a07127

View file

@ -16,7 +16,7 @@ svn -q up
#update the wescamp checkout
cd $SVNCHECKOUTPATH/wescamp-i18n/
for checkout in `find . -maxdepth 2 -mindepth 2`;do
(cd $i; git pull)
(cd $checkout; git pull)
done
#update the website checkout