Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jaffee/commandeer
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffee committed Nov 1, 2019
2 parents 3657120 + c79df1b commit 07c6265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func LoadArgsEnv(flags Flagger, main interface{}, args []string, envPrefix strin
if configElsewhere != nil {
err = configElsewhere(main)
if err != nil {
return fmt.Errorf("executing external parsing func")
return fmt.Errorf("executing external parsing func: %v", err)
}
}
// reset values with environment (precedence over configElsewhere)
Expand Down

0 comments on commit 07c6265

Please sign in to comment.