Skip to content

Commit

Permalink
Remove make target that does not exist from CONTRIBUTING.md
Browse files Browse the repository at this point in the history
This make target was removed in #741

Fixes #997
  • Loading branch information
julienp committed Dec 5, 2024
1 parent 596fe96 commit 3addd73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ version.
```shell
make submodule_update # downloads pulumi/pulumi for protobuf definitions
make install_sdk # installs com.pulumi:pulumi into ~/.m2 maven repo
make providers_all # installs all com.pulumi:pulumi-* providers into ~/.m2 maven repo
make bin/pulumi-language-java # builds bin/pulumi-language-java language host
export PATH="${PATH}:${PWD}/bin" # add bin/pulumi-language-java to PATH
```
Expand Down

0 comments on commit 3addd73

Please sign in to comment.