mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-22 20:42:40 +00:00
Fix CI
This commit is contained in:
parent
c7a6b05c6d
commit
dd050bb6a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue