From ff3e738794672ac7620620e4819f39a0f499666a Mon Sep 17 00:00:00 2001 From: Denys M Date: Thu, 2 Jul 2020 00:23:11 +0400 Subject: [PATCH] #12169. Fix pre-push hook instructions. --- config/pre-push-recommended.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pre-push-recommended.sh b/config/pre-push-recommended.sh index f42b19d57..ff6cfc913 100755 --- a/config/pre-push-recommended.sh +++ b/config/pre-push-recommended.sh @@ -9,7 +9,7 @@ # too long. # # You can use it by running this command from the project root: -# `ln -s ../../tools/pre-push-recommended.sh .git/hooks/pre-push` +# `ln -s ../../config/pre-push-recommended.sh .git/hooks/pre-push` # Descriptions for each gradle task below can be found in the # output of `./gradlew tasks`.