Add missing statement
This commit is contained in:
parent
6419257cd8
commit
54542203e5
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ function Install-SoftwarePackage([Context] $context, [string] $location, [string
|
|||
[string]$tempDir = $null;
|
||||
|
||||
if (-not ($local.IsPresent)) {
|
||||
$tempDir = $context.GetTempDirectory();
|
||||
Write-Information "Determining the file name of $location";
|
||||
$fileName = ([uri]$location).Segments[-1];
|
||||
Write-Information "$fileName";
|
||||
|
|
Loading…
Reference in a new issue