From ad07f6ba69dd3e530ae2712dc2a6ac90024ba747 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Sun, 18 Mar 2018 21:06:17 +0100 Subject: [PATCH] Cosmetics --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index c209b17..06f3baf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7,7 +7,7 @@ start: @echo Creating tmux session... @tmux new-session -d -s ${SESSION_NAME} \ - || (echo Please run \"make stop\" to close the current session.; exit 1) + || (echo Run \"make stop\" to close the current session.; exit 1) @tmux rename-window -t ${SESSION_NAME}:1 main @tmux split-window -v -t ${SESSION_NAME}:main -- GitLab