Skip to content

Commit

Permalink
Fix the display of get.docker.io in Firefox by making our index files…
Browse files Browse the repository at this point in the history
… text/plain
  • Loading branch information
tianon committed Nov 9, 2013
1 parent f56945d commit 7f1b179
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 @@ -97,7 +97,7 @@ write_to_s3() {
DEST=$1
F=`mktemp`
cat > $F
s3cmd --acl-public put $F $DEST
s3cmd --acl-public --mime-type='text/plain' put $F $DEST
rm -f $F
}

Expand Down

0 comments on commit 7f1b179

Please sign in to comment.