fix(clustertool): fix typo
This commit is contained in:
@@ -43,7 +43,7 @@ for combo in "${combinations[@]}"; do
|
|||||||
target_dir="./clustertool/embed/${os}_${arch}"
|
target_dir="./clustertool/embed/${os}_${arch}"
|
||||||
|
|
||||||
# Create target directory if it doesn't exist
|
# Create target directory if it doesn't exist
|
||||||
mkdir -p ""./clustertool/embed/windows_arm64"
|
mkdir -p "./clustertool/embed/windows_arm64"
|
||||||
mkdir -p "${target_dir}"
|
mkdir -p "${target_dir}"
|
||||||
|
|
||||||
# Download the file
|
# Download the file
|
||||||
|
|||||||
Reference in New Issue
Block a user