Skip to content

Commit

Permalink
fix: remove cli files
Browse files Browse the repository at this point in the history
  • Loading branch information
aby913 committed Sep 26, 2024
1 parent ca75a55 commit 575dcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/phase/cluster/delete_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func (p *phaseBuilder) phaseInstall() *phaseBuilder {
&container.KillContainerdProcessModule{},
&certs.UninstallCertsFilesModule{},
&storage.DeleteUserDataModule{},
&terminus.DeleteWizardFilesModule{},
&storage.DeletePhaseFlagModule{
PhaseFile: ".installed",
BaseDir: p.runtime.GetBaseDir(),
Expand Down Expand Up @@ -135,7 +136,6 @@ func (p *phaseBuilder) phaseDownload() *phaseBuilder {
}
p.modules = append(p.modules,
&kubesphere.DeleteCacheModule{},
&terminus.DeleteWizardFilesModule{},
)

if p.runtime.Arg.DeleteCache {
Expand Down

0 comments on commit 575dcad

Please sign in to comment.