Skip to content

Commit

Permalink
#4 improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Jun 4, 2016
1 parent 85a1230 commit 6821dd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions context.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func LoadContext(confName string, confPaths []string) (*Context, error) {
if _, isPathErr := err.(*os.PathError); !isPathErr {
return nil, fmt.Errorf("%v: %v", path, err)
}
continue
}
ctx.config.Merge(conf)
}
Expand Down

0 comments on commit 6821dd3

Please sign in to comment.