From 666f7c7487c3c030dcf52fa55f9f26bbef2e0b6b Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Sun, 10 Mar 2024 02:22:47 +0200 Subject: [PATCH] fmt --- run_common_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_common_tests.sh b/run_common_tests.sh index 72d28fbb..73501e63 100755 --- a/run_common_tests.sh +++ b/run_common_tests.sh @@ -10,9 +10,9 @@ function cleanup { if [ -d "$common_test_path/charts" ]; then echo "🧹 Cleaning up charts..." rm -r "$common_test_path/charts" - rm "$common_test_path/Chart.lock" + rm "$common_test_path/Chart.lock" # Clean snapshots - rm -r "$common_test_path/**/__snapshot__" 2> /dev/null + rm -r "$common_test_path/**/__snapshot__" 2>/dev/null fi }