From b35947739fe9d6cfd43b26d4c53852fef55eacda Mon Sep 17 00:00:00 2001 From: silverqx Date: Wed, 4 Oct 2023 19:21:03 +0200 Subject: [PATCH] tools fixtypo --- tools/Add-FolderOnPath.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Add-FolderOnPath.ps1 b/tools/Add-FolderOnPath.ps1 index edf1a4447..7d2e7ca89 100644 --- a/tools/Add-FolderOnPath.ps1 +++ b/tools/Add-FolderOnPath.ps1 @@ -26,7 +26,7 @@ Param( begin { Set-StrictMode -Version 3.0 - if (-not (Test-Path 'variable:global:TinyBackedUpVariables')) { + if (-not (Test-Path 'Variable:Global:TinyBackedUpVariables')) { $Global:TinyBackedUpVariables = @() } $Script:Slashes = $null