mirror of
https://github.com/mudler/luet.git
synced 2025-09-12 13:26:16 +00:00
Integrate tests for config protects with uninstall
This commit is contained in:
@@ -347,7 +347,8 @@ func (a *PackageArtifact) GetProtectFiles() []string {
|
||||
cp := NewConfigProtect(annotationDir)
|
||||
cp.Map(a.Files)
|
||||
|
||||
ans = cp.GetProtectFiles()
|
||||
// NOTE: for unpack we need files path without initial /
|
||||
ans = cp.GetProtectFiles(false)
|
||||
}
|
||||
|
||||
return ans
|
||||
|
Reference in New Issue
Block a user