From: Siraaj Khandkar Date: Sun, 1 Nov 2020 21:32:16 +0000 (-0500) Subject: Remove accidentally left colon X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=622d0b71ccc572754036c32e3e2b71b7cc3d2cb7 Remove accidentally left colon --- diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index 9f06a6b..e3d5d7d 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -447,7 +447,7 @@ motd() { echo - printf 'tmux: sessions %d, clients: %d\n' \ + printf 'tmux: sessions %d, clients %d\n' \ "$(tmux list-sessions 2> /dev/null | wc -l)" \ "$(tmux list-clients 2> /dev/null | wc -l)"