Skip to content
Snippets Groups Projects
Commit 84901aec authored by Christopher Harm's avatar Christopher Harm
Browse files

Fixing typo in config init

parent 06e199eb
No related branches found
No related tags found
No related merge requests found
Pipeline #29558 passed with warnings
......@@ -175,7 +175,7 @@ var initCmd = &cobra.Command{
}
conf.LocalEnvVars = []string{"OAUTH_CLIENT_ID"}
conf.LocalEnvVars = []string{"OAUTH_CLIENT_SECRET", "OAUTH_JWK"}
conf.LocalSecrets = []string{"OAUTH_CLIENT_SECRET", "OAUTH_JWK"}
color.Yellow("Writing configuration")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment