Skip to content

Commit

Permalink
sso-proxy: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danbf committed Oct 24, 2018
1 parent f33791d commit 1d04389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/proxy/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func parseProviderInfo(o *Options) error {
return err
}
if proxyProviderURL.Scheme == "" || proxyProviderURL.Host == "" {
return errors.New("proxyprovider-url must include scheme and host")
return errors.New("proxy provider url must include scheme and host")
}

providerData := &providers.ProviderData{
Expand Down

0 comments on commit 1d04389

Please sign in to comment.