Skip to content

Commit b7bd964

Browse files
tlindsay42matteo-prosperi
authored andcommitted
Fix slatting in AWS.Tools.Installer
1 parent 0b39fe8 commit b7bd964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Installer/AWS.Tools.Installer.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ function Get-AvailableModuleVersion {
247247
Repository = 'PSGallery'
248248
ErrorAction = 'Stop'
249249
}
250-
$savedModules = $Name | ForEach-Object { Find-Module -Name $_ $findModuleParams @proxyParams }
250+
$savedModules = $Name | ForEach-Object { Find-Module -Name $_ @findModuleParams @proxyParams }
251251
}
252252

253253
$versionToInstall

0 commit comments

Comments
 (0)