Update Functions Scripts/Functions.ps1
This commit is contained in:
@@ -26,7 +26,7 @@ Param(
|
||||
[Parameter(Mandatory = $false)]
|
||||
$EPCacheLocal = "C:\Temp\Script Cache",
|
||||
[Parameter(Mandatory = $false)]
|
||||
$Global:EPCacheLocalLocation = $ENV:EPCacheLocal + '\' + $File_Name
|
||||
$Global:EPCacheLocalLocation = $EPCacheLocal + '\' + $File_Name
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user