Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moooofly committed Jun 11, 2018
1 parent 252d7e3 commit e5be67b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
HARBOR_ADDR=11.11.11.12
PRJ_NAME=tmp

SUCCESS="\033[42;30;1m Success \033[0m"""
ERROR="\033[41;30;1m Error \033[0m"""
SUCCESS="\033[42;30;1m Success \033[0m"
ERROR="\033[41;30;1m Error \033[0m"

prepare() {

Expand Down

0 comments on commit e5be67b

Please sign in to comment.