Skip to content

Commit

Permalink
fix: remove macos lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
aby913 committed Aug 14, 2024
1 parent ab3a1e0 commit 5573327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/filesystem/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func (t *DeleteInstalled) Execute(runtime connector.Runtime) error {
var installed = []string{
path.Join(runtime.GetRootDir(), ".installed"),
path.Join(common.RunLockDir, ".installed"),
path.Join("/usr/local/var/run", ".installed"),
}

for _, f := range installed {
Expand Down
1 change: 1 addition & 0 deletions pkg/phase/cluster/delete_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ func DeleteMinikubePhase(args common.Argument, runtime *common.KubeRuntime) []mo
return []module.Module{
&kubesphere.DeleteCacheModule{},
&kubesphere.DeleteMinikubeModule{},
&filesystem.DeleteInstalledModule{},
}
}

Expand Down

0 comments on commit 5573327

Please sign in to comment.