Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WillyMoselhy committed Apr 11, 2024
1 parent 243ed20 commit 423a27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Build-Zip-File.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ foreach($file in $filesToUpdate){
$index = $fileContent.IndexOf($bannerLine) # This is the index of the version banner line
$bannerLine = $bannerLine -replace $file.BannerPattern, ('$1{0}$3' -f $Tag) # This is the new version banner line showing timestamp and build type
$fileContent[$index] = $bannerLine # Replace the old version banner line with the new one
#$fileContent | Set-Content -Path $file.Path # Update the file
$fileContent | Set-Content -Path $file.Path # Update the file

Write-Host "Updated version in $($file.Path) to: $bannerLine"
}
Expand Down

0 comments on commit 423a27c

Please sign in to comment.