Fix wescamp updater
This commit is contained in:
parent
6444beea9e
commit
ff04a07127
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue