We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80218b commit 83ac2f7Copy full SHA for 83ac2f7
cmd/server.go
@@ -33,7 +33,7 @@ const (
33
var stringFlags = []stringFlag{
34
{
35
name: atlantisURLFlag,
36
- 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 + ".",
37
},
38
39
name: awsAssumeRoleFlag,
0 commit comments