From b7de84cf3cc665a51ad63a9fec537c97d49d7e2c Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 12 May 2025 15:50:42 +0200 Subject: [PATCH] fix(test): wrong copy/paste from irssi to netcat --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2fdd450..1a670ed 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ test: debug @tmux split-window -h -p 70 -t $(SESSION):0 \ 'bash -lc "irssi 4243 irc || exec yes \"irssi exit code: $?\""' @tmux split-window -v -p 50 -t $(SESSION):0.1 \ - 'bash -lc "nc localhost 4243 || exec yes \"irssi exit code: $?\""' + 'bash -lc "nc localhost 4243 || exec yes \"netcat exit code: $?\""' @tmux attach -t $(SESSION) # Header