Skip to content

Commit d8bea12

Browse files
YpnoseVaelatern
authored andcommitted
functions: add missing new line in msg_warn
1 parent 6ce822f commit d8bea12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msg_error() {
1717

1818
msg_warn() {
1919
# bold/yellow
20-
printf "\033[1m\033[33mWARNING: $@\033[m"
20+
printf "\033[1m\033[33mWARNING: $@\033[m\n"
2121
}
2222

2323
emergency_shell() {

0 commit comments

Comments
 (0)