diff --git a/cmd/mstdn/main.go b/cmd/mstdn/main.go index 4226be3..6a0c78c 100644 --- a/cmd/mstdn/main.go +++ b/cmd/mstdn/main.go @@ -111,7 +111,7 @@ func getConfig(c *cli.Context) (string, *mastodon.Config, error) { var file string profile := c.String("profile") if profile != "" { - file = filepath.Join(dir, "settings"+profile+".json") + file = filepath.Join(dir, "settings-"+profile+".json") } else { file = filepath.Join(dir, "settings.json") }