Skip to content

Commit 991e6f1

Browse files
author
Hovsep Mkrtchyan
committed
Fixed AzureRM module script.
1 parent d62e893 commit 991e6f1

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
@@ -179,7 +179,7 @@ function Import-AzureRM
179179
$AzureRMModules.Keys | ForEach {
180180
$moduleName = $_
181181
$_MinVer = $MajorVersion
182-
if(!MajorVersion ) {
182+
if(!$MajorVersion) {
183183
$_MinVer = $AzureRMModules[$_]
184184
}
185185
$_MaxVer = "$($_MinVer.Split(".")[0]).9999.9999.9999"

0 commit comments

Comments
 (0)