diff --git a/git-secrets b/git-secrets index 11be153..3e5e57a 100755 --- a/git-secrets +++ b/git-secrets @@ -205,7 +205,7 @@ install_hook() { echo "#!/usr/bin/env bash" > "${dest}" echo "git secrets --${cmd} -- \"\$@\"" >> "${dest}" chmod +x "${dest}" - say "$(tput setaf 2)✓$(tput sgr 0) Installed ${hook} hook to ${dest}" + echo "$(tput setaf 2)✓$(tput sgr 0) Installed ${hook} hook to ${dest}" } install_all_hooks() {