Explorar o código

Merge pull request #3599 from tianon/fix-install-sed

Fix release.sh sed of install.sh so we preserve tests against 'https://get.docker.io/'
Tianon Gravi %!s(int64=11) %!d(string=hai) anos
pai
achega
59fe36623b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hack/release.sh

+ 1 - 1
hack/release.sh

@@ -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() {