From 029b0366baf6cdd87cf128b92bbbfabb4875e407 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 7 Sep 2025 14:19:34 +0200 Subject: [PATCH] fix(clustertool): fix typo --- clustertool/embed/download_talosctl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clustertool/embed/download_talosctl.sh b/clustertool/embed/download_talosctl.sh index e195f8cee9f..e37d01a16fa 100755 --- a/clustertool/embed/download_talosctl.sh +++ b/clustertool/embed/download_talosctl.sh @@ -43,7 +43,7 @@ for combo in "${combinations[@]}"; do target_dir="./clustertool/embed/${os}_${arch}" # Create target directory if it doesn't exist - mkdir -p ""./clustertool/embed/windows_arm64" + mkdir -p "./clustertool/embed/windows_arm64" mkdir -p "${target_dir}" # Download the file