Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thomiceli committed Sep 25, 2023
1 parent c7a6b05 commit dd050bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func checks(c *config) error {
return err
}

if _, err := url.Parse(c.OIDCDiscoveryUrl); err != nil {
if _, err := url.Parse(c.OIDCDiscoveryUrl); err != nil {
return err
}

Expand Down

0 comments on commit dd050bb

Please sign in to comment.