mirror of
https://github.com/mudler/luet.git
synced 2025-09-12 13:26:16 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
df14fe60fc | ||
|
459eb01a59 |
@@ -38,7 +38,7 @@ var Verbose bool
|
||||
var LockedCommands = []string{"install", "uninstall", "upgrade"}
|
||||
|
||||
const (
|
||||
LuetCLIVersion = "0.8.14"
|
||||
LuetCLIVersion = "0.8.15"
|
||||
LuetEnvPrefix = "LUET"
|
||||
)
|
||||
|
||||
|
@@ -663,7 +663,7 @@ func (l *LuetInstaller) uninstall(p pkg.Package, s *System) error {
|
||||
Warning("Failed reading folder", target, err.Error())
|
||||
}
|
||||
if len(files) != 0 {
|
||||
Warning("Preserving not-empty folder", target, err.Error())
|
||||
Warning("Preserving not-empty folder", target)
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user