Fix incorrect path

This commit is contained in:
Manuel Thalmann 2024-08-08 05:01:45 +02:00
parent 39e904cc7f
commit 59009a4628

View file

@ -3,7 +3,7 @@ param(
[hashtable] $Arguments
)
. "$PSScriptRoot/../PowerShell/Profile.ps1";
. "$PSScriptRoot/../../../Common/Software/PowerShell/Profile.ps1";
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
Start-SoftwareInstaller @PSBoundParameters `