Skip to content

Commit

Permalink
Bug Fix: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjamenMeyer committed Mar 25, 2024
1 parent 1357093 commit 8249262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ param(
[Boolean]$EnablePIE = $false,
[String]$BuildType = "Release", # You can also specify "Debug"
[Boolean]$IsRelease = $false,
[String]$GitTag = "not-applicable" # Git Tag, default empty string for PR builds
[String]$GitTag = "not-applicable", # Git Tag, default empty string for PR builds
[String]$GitSha = "not-applicable" # Git Short SHA Reference, default empty string for PR builds
)

Expand Down

0 comments on commit 8249262

Please sign in to comment.