Merge pull request #80 from polvi/nit

bug: remote whitespace so eval works
This commit is contained in:
bobbyrullo 2015-08-24 11:46:08 -07:00
commit 2b23798366

View file

@ -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