From 435c326a0e40ae91e22f4428e434459b36e3265f Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 27 Sep 2018 15:43:08 +0200 Subject: [PATCH] hot-fix: now that branch is in cgal-public-dev --- Scripts/developer_scripts/cgal_git_update_hooks_for_client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ../..