From 80b94866daf1232bbeb2703d47d0bdd2249f46c2 Mon Sep 17 00:00:00 2001 From: Kfir Toledo Date: Tue, 2 Apr 2024 12:07:17 +0300 Subject: [PATCH] bug fix Signed-off-by: Kfir Toledo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c9a86d5e..f95f5134 100755 --- a/Makefile +++ b/Makefile @@ -169,9 +169,9 @@ run-kind-iperf3: run-kind-bookinfo: python3 demos/bookinfo/kind/test.py -#------------------------------------------------------ +#----------------------------------------------------- # Clean targets -#------------------------------------------------------ +#----------------------------------------------------- clean-kind: kind delete cluster --name=peer1 kind delete cluster --name=peer2