ci: send-keys to target 0

This commit is contained in:
Aaron Bieber 2023-01-29 09:39:03 -07:00
parent ff939143a5
commit 709ab3db39
No known key found for this signature in database

2
ci
View File

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