From 52821ff792cd82bd1322068d586e06f716ce6307 Mon Sep 17 00:00:00 2001 From: "Ringler, Moritz" Date: Fri, 10 Nov 2023 22:37:30 +0100 Subject: [PATCH] Remove temp comments --- czishrink/upgrade-libczicompressc.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/czishrink/upgrade-libczicompressc.ps1 b/czishrink/upgrade-libczicompressc.ps1 index b417893..e1d626b 100644 --- a/czishrink/upgrade-libczicompressc.ps1 +++ b/czishrink/upgrade-libczicompressc.ps1 @@ -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" }