Skip to content

Commit

Permalink
Add script to generate metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
drighetto committed Dec 11, 2024
1 parent 0729e39 commit bcc1d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Update-ToolkitMetadata.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
###############################
# Program constants
###############################
New-Variable -Name MetadataFile -Value "Metadata.json" -Option Constant
New-Variable -Name MetadataFile -Value "metadata.json" -Option Constant
New-Variable -Name BuildScriptSourceFile -Value "Build-Toolkit.ps1" -Option Constant
New-Variable -Name WorkFolder -Value "work" -Option Constant

Expand Down

0 comments on commit bcc1d9f

Please sign in to comment.