Skip to content

Commit e3859f7

Browse files
Shadi M. El Hajj SleimanShadi M. El Hajj Sleiman
authored andcommitted
Fix typo in psd1
1 parent 52baaf9 commit e3859f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ NestedModules = @(
9191
'.\Websites\Microsoft.Azure.Commands.Websites.dll',
9292
'.\Compute\Microsoft.Azure.Commands.Compute.dll',
9393
'.\Network\Microsoft.Azure.Commands.Network.dll',
94-
'.\Storage\Microsoft.WindowsAzure.Commands.Storage.dll'
95-
'.\ResourceManager\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll',
94+
'.\Storage\Microsoft.WindowsAzure.Commands.Storage.dll',
95+
'.\ResourceManager\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll'
9696
)
9797

9898
# Functions to export from this module

0 commit comments

Comments
 (0)