Skip to content

Commit 48eb94b

Browse files
committed
Fixed messages
1 parent 4813313 commit 48eb94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AutomatedLab.Common/Common/Public/Install-SoftwarePackage.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ function Install-SoftwarePackage
6262
}
6363

6464
$start = Get-Date
65-
Write-Verbose -Message "Starting setup of '$ProcessName' with the following command"
66-
Write-Verbose -Message "`t$cmd"
65+
Write-Verbose -Message "Starting setup of '$Path' with the following command"
66+
Write-Verbose -Message "`t$CommandLine"
6767
Write-Verbose -Message "The timeout is $Timeout minutes, starting at '$start'"
6868

6969
$installationMethod = [System.IO.Path]::GetExtension($Path)

0 commit comments

Comments
 (0)