Update testTaskGate.ps1

This commit is contained in:
2025-05-26 23:02:03 -04:00
parent a38a495cc1
commit ab0a0eea50

View File

@@ -23,7 +23,7 @@ $Global:Tasks = @(
SubOptions= @( SubOptions= @(
@{ Value='inputVar'; Label='Copy Site Variables' }, @{ Value='inputVar'; Label='Copy Site Variables' },
@{ Value='rmm'; Label='Install DRMM Agent' }, @{ Value='rmm'; Label='Install DRMM Agent' },
@{ Value='exe'; Label='Download .exe' } @{ Value='exe'; Label='Download the executable' }
) )
}, },