Skip to content

Commit

Permalink
expand dir
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor committed Dec 12, 2023
1 parent 4e944c4 commit e85f483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type NetworkConfig struct {

// Parse a file into a UserConfig
func parseConfig(filename string) (*Config, error) {
data, err := os.ReadFile(filename)
data, err := os.ReadFile(config.ExpandHomeDir(filename))
if err != nil {
return nil, err
}
Expand Down

0 comments on commit e85f483

Please sign in to comment.