Fix incorrect file paths
This commit is contained in:
parent
3b5752f214
commit
aeca0c1a11
|
@ -5,7 +5,7 @@ param(
|
|||
[hashtable] $Arguments
|
||||
)
|
||||
|
||||
. "$PSScriptRoot/../../Scripts/Software.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
|
||||
|
||||
Start-SoftwareInstaller @PSBoundParameters `
|
||||
-Installer {
|
||||
|
|
Loading…
Reference in a new issue