From 6732784910ffcc125bbefeeed89329a93dc22214 Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Fri, 5 Jan 2024 19:38:31 +0100 Subject: [PATCH] Fix all errors, all errors on the WORLD!!!! Signed-off-by: RouxAntoine --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 390c1dc..3310dec 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,9 @@ run: $(EXEC) @chmod +x $(EXEC) sudo $(EXEC) +NETNS=practical_murdock ssh: - sudo ip netns exec practical_murdock ssh -o StrictHostKeychecking=no 172.16.0.2 + sudo ip netns exec $(NETNS) ssh -o StrictHostKeychecking=no 172.16.0.2 ci: golangci-lint run --fix