Commit 2b237983 authored by bobbyrullo's avatar bobbyrullo

Merge pull request #80 from polvi/nit

bug: remote whitespace so eval works
parents fdce5751 c7d2393a
...@@ -45,7 +45,7 @@ func runNewClient(args []string) int { ...@@ -45,7 +45,7 @@ func runNewClient(args []string) int {
stdout("DEX_APP_CLIENT_ID=%s", cc.ID) stdout("DEX_APP_CLIENT_ID=%s", cc.ID)
stdout("DEX_APP_CLIENT_SECRET=%s", cc.Secret) stdout("DEX_APP_CLIENT_SECRET=%s", cc.Secret)
for i, u := range redirectURLs { 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 return 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment