Skip to content

Commit 8e1edc1

Browse files
authored
Create directory before download (#26)
1 parent 3b541d3 commit 8e1edc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +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}
4142
wget --trust-server-names \
4243
--output-document="${_resolved_output_dir}/cf${_major_version}-cli_${_major_version}._linux_x86-64.tgz" \
4344
--no-verbose \

0 commit comments

Comments
 (0)