Fixup the installation of all Pulumi files for the homebrew package (#7145)

This commit is contained in:
Paul Stack 2021-05-27 11:45:45 +01:00 committed by GitHub
parent aeb6857f7f
commit 8a4b0f7cb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,7 +187,7 @@ brews:
conflicts:
- pulumi
install: |-
bin.install "pulumi"
bin.install Dir["*"]
# Install shell completions
(bash_completion/"pulumi.bash").write Utils.safe_popen_read("#{bin}/pulumi gen-completion bash")