Skip to content

Commit 7627040

Browse files
committed
Add newline
1 parent 50e58e5 commit 7627040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatgpt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COMMAND_GENERATION_PROMPT="Return a one-line bash command with the functionality
1010

1111
CHATGPT_CYAN_LABEL="\n\033[36mchatgpt \033[0m"
1212

13-
PROCESSING_LABEL="\033[90mprocessing... \033[0m"
13+
PROCESSING_LABEL="\n\033[90mprocessing... \033[0m"
1414

1515
if [[ -z "$OPENAI_KEY" ]]; then
1616
echo "You need to set your OPENAI_KEY to use this script"

0 commit comments

Comments
 (0)