Skip to content

Commit 69de0ca

Browse files
committed
fix: 🐛 correct color formatting in prompt message
1 parent a7abd81 commit 69de0ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common-utils/_zz_ask.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default=$(echo "$1" | grep -oP '[A-Z]' | tr '[:upper:]' '[:lower:]')
88
options=$1
99
shift
1010

11-
echo "${BBlue}#${End} $* ${BBlue}[${options}]${End}"
11+
echo "${BBlue}#${None} $* ${BBlue}[${options}]${End}"
1212

1313
# Loop while the input is not in the options
1414
while true; do

0 commit comments

Comments
 (0)