Skip to content

Commit c796122

Browse files
authored
Fix typo in setup.sh (#2647)
1 parent 54778c8 commit c796122

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ if [ "$?" != 0 ]; then
9595
printf "$RED{FAILED]$NC\n"
9696
exit 1
9797
else
98-
printf "$RED{OK]$NC\n"
98+
printf "$RED[OK]$NC\n"
9999
source .venv/bin/activate
100100
fi
101101

102-
printf "HTTPS_PROXY=${https_proxy}\"
102+
printf "HTTPS_PROXY=${https_proxy}\n"
103103
printf "HTTP_PROXY=${http_proxy}\n"
104104

105105
# Install FlagGems
@@ -116,7 +116,7 @@ if [ "$?" != 0 ]; then
116116
printf "$RED[FAILED]$NC\n"
117117
exit 1
118118
else
119-
printf "$GREE[OK]$NC\n"
119+
printf "$GREEN[OK]$NC\n"
120120
fi
121121

122122
# export USE_TRITON=0

0 commit comments

Comments
 (0)