diff options
author | Ypnose <Ypnose@users.noreply.github.com> | 2019-01-15 16:01:54 +0100 |
---|---|---|
committer | Toyam Cox <aviator45003@gmail.com> | 2019-01-15 10:08:57 -0500 |
commit | d8bea125cef59042931b5fe62121b44e9573db49 (patch) | |
tree | ee42ea9e2ea5c21271b2b6f4cfe2dd145993e60b | |
parent | 6ce822fe242b394c5c3bc2ba8d0c41979ca4aa9b (diff) | |
download | runit-void-d8bea125cef59042931b5fe62121b44e9573db49.tar.gz runit-void-d8bea125cef59042931b5fe62121b44e9573db49.tar.xz runit-void-d8bea125cef59042931b5fe62121b44e9573db49.zip |
functions: add missing new line in msg_warn
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions index e0c37c8..17850e2 100644 --- a/functions +++ b/functions @@ -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() { |