From 9ed7023aa3c13ab6e7e94217f9c99acac481dcdf Mon Sep 17 00:00:00 2001 From: Robert Onulak Date: Wed, 1 May 2019 14:19:15 -0700 Subject: [PATCH] Corrects Request-UnitySetupInstaller Description - Updates `Request-UnitySetupInstaller` to have a proper description. --- UnitySetup/UnitySetup.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitySetup/UnitySetup.psm1 b/UnitySetup/UnitySetup.psm1 index 5b4d260..7dc734f 100644 --- a/UnitySetup/UnitySetup.psm1 +++ b/UnitySetup/UnitySetup.psm1 @@ -634,7 +634,7 @@ function Format-BitsPerSecond { .Synopsis Download specified Unity installers. .DESCRIPTION - Filters a list of `UnitySetupInstaller` down to a specific version and/or specific components. + Downloads the given installers into the $Cache directory. .PARAMETER Installers List of installers that needs to be downloaded. .PARAMETER Cache