fix bin cleaning and run logs

This commit is contained in:
ycc
2024-10-15 17:37:37 +02:00
parent f674e6856f
commit 756ba40fbb
3 changed files with 47 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ to quickly create a Cobra application.`,
} else {
fmt.Println("Repository deleted successfully")
}
//err := deleteFolderIfExists(binPath)
err = deleteFolderIfExists(binPath)
if err != nil {
fmt.Println("Error:", err)
} else {