hot-fix: now that branch is in cgal-public-dev

This commit is contained in:
Laurent Rineau 2018-09-27 15:43:08 +02:00
parent 41e7282189
commit 435c326a0e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if [ ! -e .git ];
then then
git init git init
fi fi
if git pull .. remotes/cgal-dev/hooks-for-clients; then if git pull .. remotes/cgal-public-dev/hooks-for-clients; then
echo "Hooks updated." echo "Hooks updated."
fi fi
cd ../.. cd ../..