Skip to content

Commit

Permalink
fix: fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
OGreeni committed Sep 21, 2023
1 parent 09625a8 commit 147384b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func ReadFromFilepath(cfgFilepath string) tygo.Config {
conf := tygo.Config{}
err = yaml.Unmarshal(b, &conf)
if err != nil {
log.Fatalf("Could not parse config file froms: %v", err)
log.Fatalf("Could not parse config file from: %v", err)
}

// apply defaults
Expand Down

0 comments on commit 147384b

Please sign in to comment.