diff --git a/Scripts/developer_scripts/cgal_git_update_hooks_for_client b/Scripts/developer_scripts/cgal_git_update_hooks_for_client index 2e095c5a565..caac1420362 100755 --- a/Scripts/developer_scripts/cgal_git_update_hooks_for_client +++ b/Scripts/developer_scripts/cgal_git_update_hooks_for_client @@ -32,7 +32,7 @@ if [ ! -e .git ]; then git init 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." fi cd ../..