diff --git a/private/Get-Commands.ps1 b/private/Get-Commands.ps1 index 38b7e21..124f6f7 100644 --- a/private/Get-Commands.ps1 +++ b/private/Get-Commands.ps1 @@ -29,7 +29,7 @@ function Get-Commands { ) ) [Command]::new("version", { Write-Host (Get-MyModuleVersion) } ) - [Command]::new("update", "Update-QuickPath") + [Command]::new("update", { Update-QuickPath -FromGallery }) ) } return $script:CachedCommands