Skip to content

Commit 9f6c8ee

Browse files
authored
Add recursive create (#27)
1 parent 8e1edc1 commit 9f6c8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/download-cf-cli-binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ download_cf_cli_binary() {
3838
# Download specified binary
3939
echo "Downloading CF CLI ${_major_version} to directory ${_resolved_output_dir}"
4040

41-
mkdir ${_resolved_output_dir}
41+
mkdir -p ${_resolved_output_dir}
4242
wget --trust-server-names \
4343
--output-document="${_resolved_output_dir}/cf${_major_version}-cli_${_major_version}._linux_x86-64.tgz" \
4444
--no-verbose \

0 commit comments

Comments
 (0)