Skip to content

Commit

Permalink
Uppercase URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Kysow committed Aug 2, 2017
1 parent d80218b commit 83ac2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
var stringFlags = []stringFlag{
{
name: atlantisURLFlag,
description: "Url that Atlantis can be reached at. Defaults to http://$(hostname):$port where $port is from --" + portFlag + ".",
description: "URL that Atlantis can be reached at. Defaults to http://$(hostname):$port where $port is from --" + portFlag + ".",
},
{
name: awsAssumeRoleFlag,
Expand Down

0 comments on commit 83ac2f7

Please sign in to comment.