From 05d721f4615959e7b80150feb852e5119a968407 Mon Sep 17 00:00:00 2001 From: Martijn Diersmann Date: Wed, 3 Jun 2026 10:58:12 +0200 Subject: [PATCH] Update hello.ps1 --- hello.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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