You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Schedule the removal of just the bin directory.
116
-
paths=append(paths, filepath.Dir(stateExec))
121
+
paths=append(paths, cfg.ConfigPath()) // also remove the config directory
117
122
}
118
123
// If the transitional state tool path is known, we remove it. This is done in the background, because the transitional State Tool can be the initiator of the uninstall request
0 commit comments