Resolve dependency loop
This commit is contained in:
parent
3dcaa9b1bc
commit
98db57981c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
. "$PSScriptRoot/Context.ps1";
|
||||
|
||||
function Install-SoftwarePackage([Context] $context, [string] $location, [string[]] $argumentList = @("/S"), [switch]$local) {
|
||||
function Install-SoftwarePackage($context, [string] $location, [string[]] $argumentList = @("/S"), [switch]$local) {
|
||||
. "$PSScriptRoot/Context.ps1";
|
||||
[Context]$context = $context;
|
||||
[string]$filePath = "";
|
||||
[string]$tempDir = $null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue