Skip to content

Commit

Permalink
correct flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Jul 15, 2024
1 parent 74e1ff5 commit 644639e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vela-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func main() {
},
&cli.StringFlag{
EnvVars: []string{"VELA_OPEN_ID_ISSUER", "OPEN_ID_ISSUER"},
Name: "id-issuer",
Name: "oidc-issuer",
Usage: "sets the issuer of the OpenID token requested during a build",
},
// Compiler Flags
Expand Down

0 comments on commit 644639e

Please sign in to comment.