Skip to content

Commit

Permalink
QA: Set TERM in check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 6, 2023
1 parent d6ad30c commit 1b8f8cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ NOPOST=$1
LIBRARY_NAME=`hatch project metadata name`
LIBRARY_VERSION=`hatch version | awk -F "." '{print $1"."$2"."$3}'`
POST_VERSION=`hatch version | awk -F "." '{print substr($4,0,length($4))}'`
TERM="xterm-256color"

success() {
echo -e "$(tput setaf 2)$1$(tput sgr0)"
Expand Down

0 comments on commit 1b8f8cc

Please sign in to comment.