Skip to content

Commit

Permalink
fix: config name
Browse files Browse the repository at this point in the history
  • Loading branch information
slntopp committed Feb 9, 2024
1 parent efbad70 commit 1a55bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func main() {
panic(err)
}

config_path := path.Join(home, ".app.infinimesh.yaml")
config_path := path.Join(home, ".default.infinimesh.yaml")
fmt.Printf("Config used from path: %s\n", config_path)

config_bytes, err := os.ReadFile(config_path)
Expand Down

0 comments on commit 1a55bff

Please sign in to comment.