Skip to content
Snippets Groups Projects
Verified Commit de7b122c authored by Karel Koci's avatar Karel Koci :metal:
Browse files

lists/base-fix: remove invalid slash from name of package

This was a typo. This is not part of the package name.
parent 29c40e30
Branches
Tags
1 merge request!377Turris OS 5.2 (HBK)
......@@ -117,6 +117,6 @@ end
-- This package was storing its certificates to backup storage. We have to remove
-- them from there.
if version_match and installed and installed["cznic-cacert-bundle"] then
Install("fix-cleanup-cert-backup/")
Package("fix-cleanup-cert-backup/", { replan = finished })
Install("fix-cleanup-cert-backup")
Package("fix-cleanup-cert-backup", { replan = finished })
end
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment