|
say "$(tput setaf 2)✓$(tput sgr 0) Installed ${hook} hook to ${dest}" |
There's no particularly good reason to depend on say and to require a valid terminal just to print out a green checkmark symbol upon successful installation. :)
Run git secrets --install
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
/usr/local/bin/git-secrets: line 208: say: command not found
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
/usr/local/bin/git-secrets: line 208: say: command not found
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
/usr/local/bin/git-secrets: line 208: say: command not found
Error: Process completed with exit code 127.
git-secrets/git-secrets
Line 208 in 80230af
There's no particularly good reason to depend on
sayand to require a valid terminal just to print out a green checkmark symbol upon successful installation. :)