Skip to content

Commit

Permalink
Merge pull request #1551 from harshavardhana/hostconfig
Browse files Browse the repository at this point in the history
mc: Fix host example URL.
  • Loading branch information
Krishna Srinivas committed Dec 18, 2015
2 parents fe27a5c + fbdae31 commit c888977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globals.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
globalSecretAccessKey = "YOUR-SECRET-ACCESS-KEY-HERE"

// default host
globalExampleHostURL = "YOUR-EXAMPLE.COM"
globalExampleHostURL = "http://YOUR-EXAMPLE.COM"
)

var (
Expand Down

0 comments on commit c888977

Please sign in to comment.