We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ad30c commit 723d4d9Copy full SHA for 723d4d9
1 file changed
check.sh
@@ -6,6 +6,7 @@ NOPOST=$1
6
LIBRARY_NAME=`hatch project metadata name`
7
LIBRARY_VERSION=`hatch version | awk -F "." '{print $1"."$2"."$3}'`
8
POST_VERSION=`hatch version | awk -F "." '{print substr($4,0,length($4))}'`
9
+TERM=${TERM:="xterm-256color"}
10
11
success() {
12
echo -e "$(tput setaf 2)$1$(tput sgr0)"
0 commit comments