Skip to content

Commit 18185ee

Browse files
authored
Merge pull request #22990 from DexM/shell-completions-fix
Install shell completions after artifacts are ready
2 parents cc060c9 + 39470de commit 18185ee

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Library/Homebrew/cask/artifact/abstract_artifact.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ def sort_order
104104
],
105105
Binary,
106106
Manpage,
107+
[
108+
BashCompletion,
109+
FishCompletion,
110+
ZshCompletion,
111+
],
107112
PostflightSteps,
108113
UninstallPostflightSteps,
109114
PostflightBlock,

0 commit comments

Comments
 (0)