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

Merge pull request #1899 from reitermarkus/fix-installer

Fix installer deleting artifacts if they already exist.
parents e59ada50 f23c127c
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