Skip to content

Commit

Permalink
functions: add missing new line in msg_warn
Browse files Browse the repository at this point in the history
  • Loading branch information
Ypnose authored and Vaelatern committed Jan 15, 2019
1 parent 6ce822f commit d8bea12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ msg_error() {

msg_warn() {
# bold/yellow
printf "\033[1m\033[33mWARNING: $@\033[m"
printf "\033[1m\033[33mWARNING: $@\033[m\n"
}

emergency_shell() {
Expand Down

0 comments on commit d8bea12

Please sign in to comment.