UNCLASSIFIED

Commit e32926dc authored by Peter Sigur's avatar Peter Sigur
Browse files

removing O flag causing problems

parent 520c489d
...@@ -14,7 +14,7 @@ NEXUS_PASSWORD=${NEXUS_PASSWORD} ...@@ -14,7 +14,7 @@ NEXUS_PASSWORD=${NEXUS_PASSWORD}
### Download files/dependencies ### ### Download files/dependencies ###
# temporarily place binaries locally in /tmp/${VENDOR}/ # temporarily place binaries locally in /tmp/${VENDOR}/
curl -LO --create-dirs https://dl.bintray.com/jeremy-long/owasp/dependency-check-${OWASP_DEP_CHK_VERSION}-release.zip \ curl -L --create-dirs https://dl.bintray.com/jeremy-long/owasp/dependency-check-${OWASP_DEP_CHK_VERSION}-release.zip \
-o /tmp/${VENDOR}/owaspdepchk-${OWASP_DEP_CHK_VERSION} -o /tmp/${VENDOR}/owaspdepchk-${OWASP_DEP_CHK_VERSION}
### SHA256 Verification ### ### SHA256 Verification ###
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment