Fix global variable

This commit is contained in:
twangboy 2023-09-22 13:02:52 -06:00 committed by Gareth J. Greenaway
parent a8f7674e7b
commit 33dc0c4753

View file

@ -84,7 +84,7 @@ function Expand-ZipFile {
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls12'
$global:$ProgressPreference = 'SilentlyContinue'
$global:ProgressPreference = 'SilentlyContinue'
$RepoUrl = "https://repo.saltproject.io/salt/py3/onedir"