Skip to content
Snippets Groups Projects
Commit f23c127c authored by Markus Reiter's avatar Markus Reiter
Browse files

Fix installer deleting artifacts if they already exist.

parent 3be56aee
No related branches found
No related tags found
No related merge requests found
......@@ -141,8 +141,8 @@ module Hbc
artifacts.each do |artifact|
odebug "Installing artifact of class #{artifact}"
already_installed_artifacts.unshift(artifact)
artifact.new(@cask, options).install_phase
already_installed_artifacts.unshift(artifact)
end
rescue StandardError => e
begin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment