From 709ab3db39c1b76b4f74bc5c213891968b1b0e12 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sun, 29 Jan 2023 09:39:03 -0700 Subject: [PATCH] ci: send-keys to target 0 --- ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci b/ci index 110064b..d503a62 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 "./ci run" ENTER + tmux send-keys -t 0 "./ci run" ENTER fi