ci: remove target from send-keys

This commit is contained in:
Aaron Bieber 2023-01-29 09:38:29 -07:00
parent 558c449967
commit ff939143a5
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 -t "$NAME" "./ci run" ENTER
tmux send-keys "./ci run" ENTER
fi