From 6ebdcf89749425269de8277133973880f1d567a6 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 9 Apr 2024 16:37:17 +0000 Subject: [PATCH] gha: Fix indentation in gha run script This PR fixes an identation in gha run script. Fixes #9449 Signed-off-by: Gabriela Cervantes --- tests/integration/kubernetes/gha-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/kubernetes/gha-run.sh b/tests/integration/kubernetes/gha-run.sh index eda597a5d3..3f86fc1474 100755 --- a/tests/integration/kubernetes/gha-run.sh +++ b/tests/integration/kubernetes/gha-run.sh @@ -433,7 +433,7 @@ function cleanup_snapshotter() { } function deploy_nydus_snapshotter() { - echo "::group::deploy_nydus_snapshotter" + echo "::group::deploy_nydus_snapshotter" ensure_yq local nydus_snapshotter_install_dir="/tmp/nydus-snapshotter"