Skip to content

Commit

Permalink
probably fixes #58
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Jul 31, 2019
1 parent d60fc74 commit 2674ea7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ func (a *application) loadConfig() (endpoints []mockingjay.FakeEndpoint, err err
return nil, err
}

conf.Close()

endpoints = append(endpoints, mjEndpoint...)
}

Expand Down

0 comments on commit 2674ea7

Please sign in to comment.