remove unnecessary join

pull/12711/head
Steven Powell 2021-10-15 09:14:18 -07:00
parent 0623f34e99
commit 0fcf1eddec
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ func killMountProcess() error {
profile := viper.GetString("profile")
paths := []string{
localpath.MiniPath(), // legacy mount-process path for backwards compatibility
filepath.Join(localpath.Profile(profile)),
localpath.Profile(profile),
}
for _, path := range paths {