Skip to content

Commit

Permalink
fix bug show errors
Browse files Browse the repository at this point in the history
  • Loading branch information
le-xuan-quynh committed May 3, 2022
1 parent 9a43d0f commit 161ef12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ type Configurations struct {

// NewConfigurations returns a new Configuration object
func NewConfigurations(logger hclog.Logger) *Configurations {
//configs, err := LoadConfig("./") // for local development
configs, err := LoadConfig("/usr/local/src/love_letter") // for production
configs, err := LoadConfig("./") // for local development
//configs, err := LoadConfig("/usr/local/src/love_letter") // for production
if err != nil {
log.Fatal("cannot load config: ", err)
}
Expand Down

0 comments on commit 161ef12

Please sign in to comment.