diff --git a/hello.ps1 b/hello.ps1 index 44e3459..376e444 100644 --- a/hello.ps1 +++ b/hello.ps1 @@ -1,2 +1,2 @@ $vcenter_username=$env:vcenter_username -Write-Host 'Hello, World!2 $vcenter_username' \ No newline at end of file +Write-Host "Hello, World!2 $vcenter_username" \ No newline at end of file