diff --git a/.make/git-hooks/pre-commit.php b/.make/git-hooks/pre-commit.php index 543b51150..43322fa9c 100644 --- a/.make/git-hooks/pre-commit.php +++ b/.make/git-hooks/pre-commit.php @@ -17,7 +17,7 @@ if (count($aScssFiles) === 0) { $aCssFiles = GetFilesWithExtension('css', $aFilesToCommit); if (count($aCssFiles) === 0) { echo "There are SCSS files staged but no CSS file : REJECTING commit.\n"; - echo "You must push the compiled SCSS files by running the setup !\n"; + echo "You must add the compiled SCSS files by running the setup !\n"; exit(1); }