Skip to content

Commit

Permalink
change default storage filename
Browse files Browse the repository at this point in the history
  • Loading branch information
berejant committed Sep 27, 2024
1 parent 1c45de8 commit d21f0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configLoader.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func loadConfig(envFilename string) (Config, error) {
}

if config.storageFile == "" {
config.storageFile = "storage.txt"
config.storageFile = "storage.json"
}

return config, nil
Expand Down

0 comments on commit d21f0b2

Please sign in to comment.