diff --git a/ci b/ci index 57881e9..110064b 100755 --- a/ci +++ b/ci @@ -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