Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
demonstan authored May 31, 2020
1 parent 758faab commit 8db4404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func getConfig() (*Config, error) {
if err != nil {
return nil, errors.New("failed to load config: ", configFile).Base(err)
}
defer configInput.Close()
// defer configInput.Close()

cfg := &config{}
if err = decodeCommentJSON(configInput, cfg); err != nil {
Expand Down

0 comments on commit 8db4404

Please sign in to comment.