From 11e342bf1e3ead2e37400cf11f6f5963c5a0eeea Mon Sep 17 00:00:00 2001 From: salty Date: Tue, 19 Oct 2021 19:58:25 +0200 Subject: [PATCH] Git: Fix hook. --- bin/git/hooks/post-merge-01-alert-to-changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git/hooks/post-merge-01-alert-to-changes b/bin/git/hooks/post-merge-01-alert-to-changes index d32484ccc1..cd9c5b251c 100755 --- a/bin/git/hooks/post-merge-01-alert-to-changes +++ b/bin/git/hooks/post-merge-01-alert-to-changes @@ -1,6 +1,6 @@ echo "**************************************************" echo "* *" -echo "* Please use `sb update` instead of git to *" +echo "* Please use \"sb update\" instead of git to *" echo "* update Saltbox. The update script does *" echo "* other actions such as updating settings *" echo "* that may cause problems if skipped. *"