mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Trim a double space from template.
This commit is contained in:
parent
1845800651
commit
fbf2bd865c
@ -86,7 +86,7 @@ cmd_list_windows_session(
|
||||
case 0:
|
||||
template = DEFAULT_WINDOW_TEMPLATE \
|
||||
" [layout #{window_layout}] #{window_id}" \
|
||||
" #{?window_active, (active),}";
|
||||
"#{?window_active, (active),}";
|
||||
break;
|
||||
case 1:
|
||||
template = "#{session_name}:" DEFAULT_WINDOW_TEMPLATE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user