Fix incorrect path

This commit is contained in:
Manuel Thalmann 2024-08-08 05:01:45 +02:00
parent 42704a1da4
commit e156cfdade

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 `