Skip to content

Commit

Permalink
Fix Makefile call
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Oct 24, 2023
1 parent 4210da2 commit ac6e931
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 @@ -124,7 +124,7 @@ build_go::
cd sdk/ && go build github.com/pulumi/pulumi-aws-native/sdk/go/aws/...

bin/pulumi-java-gen::
$(shell pulumictl download-binary -n pulumi-language-java -v $(JAVA_GEN_VERSION) -r pulumi/pulumi-java)
pulumictl download-binary -n pulumi-language-java -v $(JAVA_GEN_VERSION) -r pulumi/pulumi-java

clean::
rm -rf sdk/nodejs && mkdir sdk/nodejs && echo "module fake_nodejs_module // Exclude this directory from Go tools\n\ngo 1.17" > 'sdk/nodejs/go.mod'
Expand Down

0 comments on commit ac6e931

Please sign in to comment.