We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1edc1 commit 9f6c8eeCopy full SHA for 9f6c8ee
ci/scripts/download-cf-cli-binary.sh
@@ -38,7 +38,7 @@ download_cf_cli_binary() {
38
# Download specified binary
39
echo "Downloading CF CLI ${_major_version} to directory ${_resolved_output_dir}"
40
41
- mkdir ${_resolved_output_dir}
+ mkdir -p ${_resolved_output_dir}
42
wget --trust-server-names \
43
--output-document="${_resolved_output_dir}/cf${_major_version}-cli_${_major_version}._linux_x86-64.tgz" \
44
--no-verbose \
0 commit comments