Skip to content

Commit

Permalink
add flags
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed Jan 30, 2024
1 parent 5f374c0 commit b6c2403
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ const (
LyftModeFlag = "lyft-mode"
LyftWorkerQueueURLFlag = "lyft-worker-queue-url"

RepoNameForTerraformAdminFlag = "repo-name-for-terraform-admin"
RootNameForTerraformAdminFlag = "root-name-for-terraform-admin"
RevisionForTerraformAdminFlag = "revision-for-terraform-admin"
RepoNameForTerraformAdminFlag = "repo-name-for-terraform-admin-flag"
RootNameForTerraformAdminFlag = "root-name-for-terraform-admin-flag"
RevisionForTerraformAdminFlag = "revision-for-terraform-admin-flag"
// NOTE: Must manually set these as defaults in the setDefaults function.
DefaultADBasicUser = ""
DefaultADBasicPassword = ""
Expand Down

0 comments on commit b6c2403

Please sign in to comment.