We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d01d5 commit 65891e2Copy full SHA for 65891e2
git-secrets
@@ -205,7 +205,8 @@ install_hook() {
205
echo "#!/usr/bin/env bash" > "${dest}"
206
echo "git secrets --${cmd} -- \"\$@\"" >> "${dest}"
207
chmod +x "${dest}"
208
- say "$(tput setaf 2)✓$(tput sgr 0) Installed ${hook} hook to ${dest}"
+ [ -t 1 ] && which tput >/dev/null && echo -n "$(tput setaf 2)✓$(tput sgr 0) "
209
+ echo "Installed ${hook} hook to ${dest}"
210
}
211
212
install_all_hooks() {
0 commit comments