mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 02:01:22 -03:00
fix(clustertool): fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user