Skip to content

Commit 8f73d3a

Browse files
elizashurovYanVugenfirer
authored andcommitted
Fix PowerShell variable parsing error in CollectSystemInfo.ps1
Signed-off-by: Elizabeth Ashurov <eashurov@redhat.com>
1 parent fd23257 commit 8f73d3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/debug/CollectSystemInfo.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ function Export-GuestfsFirstbootLog {
345345
Write-Host 'MTV firstboot log not present.'
346346
}
347347
} catch {
348-
Write-Warning "Failed to collect MTV firstboot log from $logPath: $_"
348+
Write-Warning "Failed to collect MTV firstboot log from ${logPath}: $_"
349349
}
350350
}
351351

0 commit comments

Comments
 (0)