Skip to content

Commit

Permalink
Include licence in split-SDK
Browse files Browse the repository at this point in the history
*Fix to use US spelling
  • Loading branch information
danielrbradley committed Sep 9, 2022
1 parent 24984ad commit d287217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -205,7 +205,7 @@ prepublish_go:
find sdk/pulumi-azure-native-sdk -maxdepth 2 -type f -name go.mod -exec sed -i -e '/replace github\.com\/pulumi\/pulumi-azure-native-sdk /d' {} \;
find sdk/pulumi-azure-native-sdk -maxdepth 2 -type f -name go.mod-e -delete
find sdk/pulumi-azure-native-sdk -maxdepth 2 -type f -name go.sum -delete
cp README.md sdk/pulumi-azure-native-sdk/
cp README.md LICENSE sdk/pulumi-azure-native-sdk/

clean::
rm -rf $$(find sdk/nodejs -mindepth 1 -maxdepth 1 ! -name "go.mod")
Expand Down

0 comments on commit d287217

Please sign in to comment.