diff --git a/scripts/tmux2k.sh b/scripts/tmux2k.sh index 4afda48..5bca5fa 100755 --- a/scripts/tmux2k.sh +++ b/scripts/tmux2k.sh @@ -198,7 +198,7 @@ main() { if $show_day_month && $show_military; then # military time and dd/mm script=" %a %d/%m %R ${timezone} " elif $show_military; then # only military time - script=" %a %m/%d %R ${timezone} " + script=" %a %m/%d %R ${timezone}" elif $show_day_month; then # only dd/mm script=" %a %d/%m %I:%M %p ${timezone} " else @@ -282,7 +282,7 @@ main() { if $show_day_month && $show_military; then # military time and dd/mm script=" %a %d/%m %R ${timezone} " elif $show_military; then # only military time - script=" %a %m/%d %R ${timezone} " + script=" %a %m/%d %R ${timezone}" elif $show_day_month; then # only dd/mm script=" %a %d/%m %I:%M %p ${timezone} " else