Skip to content

Commit

Permalink
cmd/clean: Do not disable version management in the current directory
Browse files Browse the repository at this point in the history
Closes #36
  • Loading branch information
jmooring authored Sep 22, 2023
1 parent 3598020 commit 2f9dd45
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/hvm/clean.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ func clean() error {
}
fmt.Println("Cache cleaned.")

err = disable()
if err != nil {
return err
}

return nil
}
}
Expand Down

0 comments on commit 2f9dd45

Please sign in to comment.