From 01e22fa4e91baa0ad64ec9da6a80e502de3f68f2 Mon Sep 17 00:00:00 2001 From: lincolnthalles Date: Fri, 13 Oct 2023 09:13:35 -0300 Subject: [PATCH] chore: fix powershell script --- git.io.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/git.io.ps1 b/git.io.ps1 index 647358a..e4a8afc 100644 --- a/git.io.ps1 +++ b/git.io.ps1 @@ -202,5 +202,3 @@ foreach ($key in $AddEnvVars.Keys) { } Set-Item "Env:$key" -Value $value } - -Exit 0