Skip to content

Commit

Permalink
Add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
0xacx committed Apr 8, 2023
1 parent 50e58e5 commit 7627040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatgpt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COMMAND_GENERATION_PROMPT="Return a one-line bash command with the functionality

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

PROCESSING_LABEL="\033[90mprocessing... \033[0m"
PROCESSING_LABEL="\n\033[90mprocessing... \033[0m"

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

0 comments on commit 7627040

Please sign in to comment.