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