From ab0a0eea5017dff23fbdc7dd03a885b1e7cb739a Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Mon, 26 May 2025 23:02:03 -0400 Subject: [PATCH] Update testTaskGate.ps1 --- testTaskGate.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testTaskGate.ps1 b/testTaskGate.ps1 index 4e28c66..3dfa8cb 100644 --- a/testTaskGate.ps1 +++ b/testTaskGate.ps1 @@ -23,7 +23,7 @@ $Global:Tasks = @( SubOptions= @( @{ Value='inputVar'; Label='Copy Site Variables' }, @{ Value='rmm'; Label='Install DRMM Agent' }, - @{ Value='exe'; Label='Download .exe' } + @{ Value='exe'; Label='Download the executable' } ) },