Skip to content

Commit

Permalink
Remove temp comments
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ringler committed Nov 10, 2023
1 parent 1916404 commit 52821ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions czishrink/upgrade-libczicompressc.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,12 @@ if (![string]::IsNullOrEmpty($GitStatus)) {
}

# Switch to main and pull
#git switch main
git switch main
if($LASTEXITCODE -ne 0) {
throw "git switch failed"
}

#git pull
git pull
if($LASTEXITCODE -ne 0) {
throw "git pull failed"
}
Expand Down

0 comments on commit 52821ff

Please sign in to comment.