refactor(home)!: moves home to PDA_HOME, out of PDA_HOME/stores/
This commit is contained in:
parent
11276fcf25
commit
b6248e409f
3 changed files with 8 additions and 9 deletions
|
|
@ -190,7 +190,7 @@ func (s *Store) path() (string, error) {
|
|||
}
|
||||
return override, nil
|
||||
}
|
||||
scope := gap.NewVendorScope(gap.User, "pda", "stores")
|
||||
scope := gap.NewScope(gap.User, "pda")
|
||||
dir, err := scope.DataPath("")
|
||||
if err != nil {
|
||||
return "", err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue