Skip to content

Commit 83ac2f7

Browse files
author
Luke Kysow
committed
Uppercase URL
1 parent d80218b commit 83ac2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const (
3333
var stringFlags = []stringFlag{
3434
{
3535
name: atlantisURLFlag,
36-
description: "Url that Atlantis can be reached at. Defaults to http://$(hostname):$port where $port is from --" + portFlag + ".",
36+
description: "URL that Atlantis can be reached at. Defaults to http://$(hostname):$port where $port is from --" + portFlag + ".",
3737
},
3838
{
3939
name: awsAssumeRoleFlag,

0 commit comments

Comments
 (0)