Skip to content

Commit

Permalink
Merge pull request #3576 from getlantern/issue-3574
Browse files Browse the repository at this point in the history
fix head check
  • Loading branch information
myleshorton committed Feb 14, 2016
2 parents 44145a2 + 992a6b0 commit 2eb3768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.com/getlantern/fronted/direct.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func (d *direct) headCheck(m *Masquerade) error {
client := &http.Client{
Transport: trans,
}
url := "http://d2wi0vwulmtn99.cloudfront.net/cloud.yaml.gz"
url := "http://dlymairwlc89h.cloudfront.net/index.html"
if resp, err := client.Head(url); err != nil {
return err
} else {
Expand Down

0 comments on commit 2eb3768

Please sign in to comment.