Skip to content

Commit

Permalink
Fix release.sh sed of install.sh so we preserve tests against 'https:…
Browse files Browse the repository at this point in the history
…//get.docker.io/'

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
  • Loading branch information
tianon committed Jan 15, 2014
1 parent 152c956 commit 221454f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ EOF

# Upload the index script
release_index() {
sed "s,https://get.docker.io/,$(s3_url)/," hack/install.sh | write_to_s3 s3://$BUCKET/index
sed "s,url='https://get.docker.io/',url='$(s3_url)/'," hack/install.sh | write_to_s3 s3://$BUCKET/index
}

release_test() {
Expand Down

0 comments on commit 221454f

Please sign in to comment.