diff --git a/libexec/tmuxifier-edit-session b/libexec/tmuxifier-edit-session index ef9a2d4..3ec5e6e 100755 --- a/libexec/tmuxifier-edit-session +++ b/libexec/tmuxifier-edit-session @@ -22,7 +22,7 @@ if [ ! -f "$layout_file" ]; then echo "tmuxifier: session layout '$layout_name' does not exist." >&2 echo "" >&2 echo "You can create it with:" >&2 - echo " tmuxifier new-session $layout_name" >&2 + echo " tmuxifier new-session '$layout_name'" >&2 exit 1 fi diff --git a/libexec/tmuxifier-edit-window b/libexec/tmuxifier-edit-window index 313a280..89ff1bd 100755 --- a/libexec/tmuxifier-edit-window +++ b/libexec/tmuxifier-edit-window @@ -22,7 +22,7 @@ if [ ! -f "$layout_file" ]; then echo "tmuxifier: window layout '$layout_name' does not exist." >&2 echo "" >&2 echo "You can create it with:" >&2 - echo " tmuxifier new-window $layout_name" >&2 + echo " tmuxifier new-window '$layout_name'" >&2 exit 1 fi