Browse Source

Fix the display of get.docker.io in Firefox by making our index files text/plain

Tianon Gravi 11 years ago
parent
commit
7f1b179c67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hack/release.sh

+ 1 - 1
hack/release.sh

@@ -97,7 +97,7 @@ write_to_s3() {
 	DEST=$1
 	DEST=$1
 	F=`mktemp`
 	F=`mktemp`
 	cat > $F
 	cat > $F
-	s3cmd --acl-public put $F $DEST
+	s3cmd --acl-public --mime-type='text/plain' put $F $DEST
 	rm -f $F
 	rm -f $F
 }
 }