Skip to content

Commit 6956627

Browse files
committed
updated type from false to force
1 parent cd763f2 commit 6956627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/AzureRM/AzureRM.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function Update-AzureRM
142142

143143
# Start new job
144144
$AzureRMModules | ForEach {
145-
Install-ModuleWithVersionCheck $_ $MajorVersion $Repository $Scope -Force:$false
145+
Install-ModuleWithVersionCheck $_ $MajorVersion $Repository $Scope -Force:$force
146146
}
147147
} finally {
148148
# Clean up

0 commit comments

Comments
 (0)