Skip to content

Commit

Permalink
commit suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Treatman <[email protected]>
  • Loading branch information
ocobles and ctreatma authored Aug 20, 2024
1 parent 6632b14 commit 156dafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ VERSION = $(shell $(PULUMICTL_BIN) get version)
PACKAGE_VERSION = $(shell $(PULUMICTL_BIN) get version --language generic)
NODEJS_VERSION = $(shell $(PULUMICTL_BIN) get version --language javascript)
PYPI_VERSION = $(shell $(PULUMICTL_BIN) get version --language python)
DOTNET_VERSION = $(shell $(PULUMICTL_BIN) get version--language dotnet)
DOTNET_VERSION = $(shell $(PULUMICTL_BIN) get version --language dotnet)

development: install_plugins provider lint_provider build_sdks install_sdks cleanup # Build the provider & SDKs for a development environment

Expand Down

0 comments on commit 156dafd

Please sign in to comment.