Skip to content

Commit 63a377e

Browse files
committed
fix: update ChilliCream license URL to new path after repo restructure
1 parent 0c7d7c5 commit 63a377e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/notice-generation.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ param (
99

1010
# Download and save the ChilliCream License 1.0 from ChilliCream/graphql-platform GitHub repo
1111
$chiliCreamLicenseSavePath = "$BuildArtifactStagingDir/chillicreamlicense.txt"
12-
$chiliCreamLicenseMetadataURL = "https://raw.githubusercontent.com/ChilliCream/graphql-platform/main/website/src/basic/licensing/chillicream-license.md"
12+
$chiliCreamLicenseMetadataURL = "https://raw.githubusercontent.com/ChilliCream/graphql-platform/main/website/content/licensing/chillicream-license.md"
1313
Invoke-WebRequest $chiliCreamLicenseMetadataURL -UseBasicParsing |
1414
Select-Object -ExpandProperty Content |
1515
Out-File $chiliCreamLicenseSavePath

0 commit comments

Comments
 (0)