Skip to content

Commit f2ca380

Browse files
committed
replace a tab with spaces
1 parent 459ef2c commit f2ca380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/PublishModules.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $resourceManagerModules = Get-ChildItem -Path $resourceManagerRootFolder -Direct
8888
if ($scope -eq 'All') {
8989
foreach ($module in $resourceManagerModules) {
9090
# filter out AzureRM.Profile which always gets published first
91-
# And "Azure.Storage" which is built out as test dependencies
91+
# And "Azure.Storage" which is built out as test dependencies
9292
if (($module.Name -ne "AzureRM.Profile") -and ($module.Name -ne "Azure.Storage")) {
9393
$modulePath = $module.FullName
9494
Write-Host "Publishing $module module from $modulePath"

0 commit comments

Comments
 (0)