Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 7cd080c

Browse files
committed
Merge pull request #63 from coverall/fix/s3-endpoint
Fix S3 endpoint
2 parents f205555 + e338847 commit 7cd080c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/boxen-bottle-hooks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def self.url(formula)
1818
host = ENV['BOXEN_S3_HOST'] || 's3.amazonaws.com'
1919
bucket = ENV['BOXEN_S3_BUCKET'] || 'boxen-downloads'
2020

21-
"http://#{host}/#{bucket}/homebrew/#{os}/#{file}"
21+
"http://#{bucket}.#{host}/homebrew/#{os}/#{file}"
2222
end
2323

2424
def self.bottled?(formula)

0 commit comments

Comments
 (0)