Skip to content

Commit

Permalink
fix: missing space in command (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocobles authored Aug 21, 2024
2 parents 770e429 + ec467dc commit 4e3d824
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 @@ -37,7 +37,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 4e3d824

Please sign in to comment.