Remove undefined variable.

This commit is contained in:
Markus Reiter
2018-08-13 22:19:15 +02:00
parent aa5b0f0af8
commit 0c67b8ebea
-1
View File
@@ -145,7 +145,6 @@ class Check
end
if loaded_launchjobs.any?
lines << "\n" unless s.empty?
lines << Formatter.error("Some launch jobs were not unloaded, add them to #{Formatter.identifier("uninstall launchctl:")}", label: "Error")
lines << loaded_launchjobs.join("\n")
end