Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl authored Sep 9, 2024
1 parent 0d378a5 commit a494abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ var KVS *TomlStore
// Init initializes the TOML file, creates if not exist, otherwise reads and decodes to struct.
func Init() error {
KVS = &TomlStore{}
// store_vX.toml, where X is changed whenever new version requires re-login
filename := filepath.Join(GetPathPrefix(), "store_v3.toml")

KVS.mu.Lock()
Expand Down

0 comments on commit a494abd

Please sign in to comment.