Skip to content

Commit

Permalink
Powershell equivalent for 'diff'
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Jan 13, 2025
1 parent 310f09d commit 24b8fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/release-review-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Steps
- `Expand-Archive -Path "${ENV:HOMEPATH}\Downloads\release_files.zip" -DestinationPath "github"`
- `$ARCHIVE="apache-log4cxx-1.4.0"`
- `foreach ($ARCHIVE_TYPE in @("tar.gz", "zip")) {`
- `if (@(Get-Content -Path "$ARCHIVE.$ARCHIVE_TYPE.sha512")[0] \` `
- `` if (@(Get-Content -Path "$ARCHIVE.$ARCHIVE_TYPE.sha512")[0]` ``
- `-eq @(Get-Content -Path "github\$ARCHIVE.$ARCHIVE_TYPE.sha512")[0]) {`
- `Write-Output "$ARCHIVE.$ARCHIVE_TYPE.sha512: OK" } }`

0 comments on commit 24b8fcf

Please sign in to comment.