From d8dd2624ff4ae368aa0b3a30f493b7b0d36e92f0 Mon Sep 17 00:00:00 2001 From: dyoder Date: Thu, 11 Mar 2021 11:07:17 -0500 Subject: [PATCH] fix placeholder --- rmm/Install-DeltekVision.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/rmm/Install-DeltekVision.ps1 b/rmm/Install-DeltekVision.ps1 index 78d6c76..b77b353 100644 --- a/rmm/Install-DeltekVision.ps1 +++ b/rmm/Install-DeltekVision.ps1 @@ -1,2 +1,3 @@ . $([Scriptblock]::Create((New-Object Net.WebClient).DownloadString('https://dev.emberkom.com/emberkom/management-scripts/raw/branch/master/Tools.ps1'))) +$VisionURL = '' Run-Script -LivePSScript Install-DeltekVision -Arguments $VisionURL \ No newline at end of file