ci: match exact session
This commit is contained in:
parent
2cdb7d2f62
commit
2ece36003d
4
ci
4
ci
@ -33,6 +33,6 @@ if [ "$CMD" = "run" ]; then
|
||||
nix flake update --commit-lock-file || handle_update_fail
|
||||
nix flake check || handle_check_fail
|
||||
else
|
||||
tmux select-window -t ${NAME}.0
|
||||
tmux send-keys -t ${NAME}.0 "./ci run" ENTER
|
||||
tmux select-window -t "=${NAME}:0"
|
||||
tmux send-keys -t "=${NAME}:0" "./ci run" ENTER
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user