mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Formatting as in main
This commit is contained in:
parent
0867fbd9d8
commit
e14aa1e430
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,6 @@ try {
|
|||
Write-OutputMessage "This version of HyperV does not support EnhancedSessionTransportType, ignoring."
|
||||
}
|
||||
} catch {
|
||||
Write-ErrorMessage "Failed to assign EnhancedSessionTransportType to ${Type}:${PSItem}"
|
||||
Write-ErrorMessage "Failed to assign EnhancedSessionTransportType to ${Type}: ${PSItem}"
|
||||
exit 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue