We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1fdfe0 + b9e40d8 commit 0ab55f8Copy full SHA for 0ab55f8
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 ] && command -v 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