Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed May 25, 2018
1 parent 68c46a0 commit 30e0bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-blobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi

if [ ! -f ${DIR}/blobs/nexus/nexus-3.12.0-01-unix.tar.gz ];then
curl -L -O -J https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-3.12.0-01-unix.tar.gz
bosh add-blob --dir=${DIR} nexus-3.12.0-01-unix.tar nexus/nexus-3.12.0-01-unix.tar.gz
bosh add-blob --dir=${DIR} nexus-3.12.0-01-unix.tar.gz nexus/nexus-3.12.0-01-unix.tar.gz
fi

cd -

0 comments on commit 30e0bf8

Please sign in to comment.