Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MatousJobanek committed Mar 17, 2020
1 parent 0c8e94d commit 52dd274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/configuration/configuration.go
Expand Up @@ -62,7 +62,7 @@ func New(configFilePath string) (*Registry, error) {
c.host.SetConfigType("yaml")
c.host.SetConfigFile(configFilePath)
err := c.host.ReadInConfig() // Find and read the config file
if err != nil { // Handle errors reading the config file.
if err != nil { // Handle errors reading the config file.
return nil, errs.Wrap(err, "failed to read config file")
}
}
Expand Down

0 comments on commit 52dd274

Please sign in to comment.