ci: use send-keys vs send

This commit is contained in:
Aaron Bieber 2023-01-29 09:29:11 -07:00
parent 57f8fc86ef
commit 7ef950ff43
No known key found for this signature in database

2
ci
View File

@ -36,5 +36,5 @@ if [ "$CMD" = "run" ]; then
nix flake update --commit-lock-file || handle_update_fail
nix flake check || handle_check_fail
else
tmux send "./ci run" ENTER
tmux send-keys -t "$NAME" "./ci run" ENTER
fi