From 5624d8b8676a94ade0cc73dae789234a4318c9bc Mon Sep 17 00:00:00 2001 From: ArmandBahi <armand.bahi@veremes.com> Date: Thu, 27 Sep 2018 16:19:44 +0200 Subject: [PATCH] Pull and push hooks --- utils/post-merge | 2 +- utils/pre-push | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/post-merge b/utils/post-merge index 09601116..eaedfb0b 100755 --- a/utils/post-merge +++ b/utils/post-merge @@ -8,7 +8,7 @@ # # -echo "****** Pre-push Hook ******" +echo "****** Post-merge Hook ******" echo "$(pwd)" if [ -d "$(pwd)/utils" ]; then diff --git a/utils/pre-push b/utils/pre-push index 2ebcad44..cb67b173 100755 --- a/utils/pre-push +++ b/utils/pre-push @@ -8,7 +8,7 @@ # # -echo "****** Post-merge Hook ******" +echo "****** Pre-push Hook ******" echo "$(pwd)" if [ -d "$(pwd)/utils" ]; then -- GitLab