Skip to content

Commit c3bd49a

Browse files
committed
updated typo from false to force
1 parent 6956627 commit c3bd49a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/AzureRM/AzureRM.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ function Update-AzureRM
137137
{
138138
Set-PSRepository -Name $Repository -InstallationPolicy Trusted
139139

140-
Install-ModuleWithVersionCheck "AzureRM.Profile" $MajorVersion $Repository $Scope -Force:$false
141-
Install-ModuleWithVersionCheck "Azure.Storage" $MajorVersion $Repository $Scope -Force:$false
140+
Install-ModuleWithVersionCheck "AzureRM.Profile" $MajorVersion $Repository $Scope -Force:$force
141+
Install-ModuleWithVersionCheck "Azure.Storage" $MajorVersion $Repository $Scope -Force:$force
142142

143143
# Start new job
144144
$AzureRMModules | ForEach {

0 commit comments

Comments
 (0)