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

lists/base-fix: fix invalid finished

This has to be string otherwise it won't do replan. In the end it is not
that of a big issue. Subsequent execution later on removes this fix
package.
parent 405cccfa
Branches
Tags
No related merge requests found
......@@ -102,7 +102,7 @@ end
if version_match and installed and installed["shield-support"] and
version_match(installed["shield-support"].version, "<2.2.0") then
Install("fix-all-lan-ports-in-lan")
Package("fix-all-lan-ports-in-lan", { replan = finished })
Package("fix-all-lan-ports-in-lan", { replan = "finished" })
end
-- Transmission previously implemented multiple variants but that was later
......
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