From 8cc9b4af790c5619f9086386fa2925b316e80011 Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Thu, 22 Mar 2018 12:39:22 +0100 Subject: [PATCH] Fix typo --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 3f59c71..a8d7fc4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,10 +48,10 @@ start: @# PMT rates and HRV @# - @tmux new-window -n doms -t ${SESSION_NAME} + @tmux new-window -n pmts -t ${SESSION_NAME} @tmux split-window -v -t ${SESSION_NAME}:pmts @tmux send-keys -t ${SESSION_NAME}:pmts.1 \ - "python scripts/pmt_rates.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT} -i 20 -d 1" Enter + "python scripts/pmt_rates.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT} -i 20 -u 1" Enter @tmux send-keys -t ${SESSION_NAME}:pmts.2 \ "echo nothing to see here" Enter @tmux select-layout even-vertical -- GitLab