Skip to content

Commit

Permalink
internal/config/state: update mkdir of state load
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Aug 19, 2023
1 parent 8a8dfa9 commit e4e8951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type State struct {
}

func Save(state *State) error {
err := dirs.Mkdirs(dirs.Config)
err := dirs.Mkdirs(dirs.PrefixData)
if err != nil {
return err
}
Expand Down

0 comments on commit e4e8951

Please sign in to comment.