forked from mystiq/dex
Merge pull request #80 from polvi/nit
bug: remote whitespace so eval works
This commit is contained in:
commit
2b23798366
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ func runNewClient(args []string) int {
|
|||
stdout("DEX_APP_CLIENT_ID=%s", cc.ID)
|
||||
stdout("DEX_APP_CLIENT_SECRET=%s", cc.Secret)
|
||||
for i, u := range redirectURLs {
|
||||
stdout(" DEX_APP_REDIRECTURL_%d=%s", i, u.String())
|
||||
stdout("DEX_APP_REDIRECTURL_%d=%s", i, u.String())
|
||||
}
|
||||
|
||||
return 0
|
||||
|
|
Loading…
Reference in a new issue