Don't use hidden directory in user config path
This commit is contained in:
parent
609930c8bf
commit
e06ff39ebf
@ -93,7 +93,7 @@ func DefaultPaths(pwd string) ([]string, error) {
|
||||
pwd,
|
||||
filepath.Join(pwd, ".vagrant", "plugins"),
|
||||
filepath.Dir(xdgPath),
|
||||
filepath.Join(hd, ".config", ".vagrant", "plugins"),
|
||||
filepath.Join(hd, ".config", "vagrant", "plugins"),
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user