From 939577248b2875dfc4d01af2de5b0497277d8094 Mon Sep 17 00:00:00 2001 From: "Kim J. Nordmo" Date: Thu, 7 Apr 2022 15:24:33 +0200 Subject: [PATCH] (maint) Remove manual dot sourcing of files --- .../extensions/Get-AppInstallLocation.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/chocolatey-core.extension/extensions/Get-AppInstallLocation.ps1 b/src/chocolatey-core.extension/extensions/Get-AppInstallLocation.ps1 index b5b025a..3c41f84 100644 --- a/src/chocolatey-core.extension/extensions/Get-AppInstallLocation.ps1 +++ b/src/chocolatey-core.extension/extensions/Get-AppInstallLocation.ps1 @@ -1,5 +1,4 @@ -. "$PSScriptRoot\Get-UninstallRegistryKey.ps1" -<# +<# .SYNOPSIS Get application install location