diff options
| author | commitay | 2017-10-07 22:06:39 +1000 |
|---|---|---|
| committer | commitay | 2017-10-07 22:06:39 +1000 |
| commit | a7cf6c1ff038a14b09d433e969c4e4a186d7b6f1 (patch) | |
| tree | bb1de7e0d2a2d12818e22628bff03e0477fd7844 /Library | |
| parent | 8f43d6b9f77b0ec50a0d891851bc844661e64fff (diff) | |
| download | brew-a7cf6c1ff038a14b09d433e969c4e4a186d7b6f1.tar.bz2 | |
Cask AbstractArtifact: fix install order
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb b/Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb index 17a778f66..972a51a45 100644 --- a/Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb +++ b/Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb @@ -50,8 +50,8 @@ module Hbc Vst3Plugin, ScreenSaver, ], - Binary, Pkg, + Binary, PostflightBlock, Zap, ].each_with_index.flat_map { |classes, i| [*classes].map { |c| [c, i] } }.to_h |
