Skip to content

Commit

Permalink
fix up Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Dec 12, 2023
1 parent 48129f7 commit 4bd1c36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ ci-mgmt: .ci-mgmt.yaml

.pulumi/bin/pulumi: .pulumi/version
curl -fsSL https://get.pulumi.com | HOME=$(WORKING_DIR) sh -s -- --version $(shell cat .pulumi/version)
| HOME=$(WORKING_DIR) sh -s -- --version $(cat .pulumi/version)

# Compute the version of Pulumi to use by inspecting the Go dependencies of the provider.
.pulumi/version:
Expand Down

0 comments on commit 4bd1c36

Please sign in to comment.