Skip to content

Commit bcc1d9f

Browse files
author
drighetto
committed
Add script to generate metadata
1 parent 0729e39 commit bcc1d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Update-ToolkitMetadata.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
###############################
1010
# Program constants
1111
###############################
12-
New-Variable -Name MetadataFile -Value "Metadata.json" -Option Constant
12+
New-Variable -Name MetadataFile -Value "metadata.json" -Option Constant
1313
New-Variable -Name BuildScriptSourceFile -Value "Build-Toolkit.ps1" -Option Constant
1414
New-Variable -Name WorkFolder -Value "work" -Option Constant
1515

0 commit comments

Comments
 (0)