Skip to content

Commit 4c80fb9

Browse files
authored
Correct array format
1 parent aeb8798 commit 4c80fb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Marketplace/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ $LocalPath = 'c:\AzureStack_Marketplace'
2929
New-Item $LocalPath -Type directory
3030
3131
# Files
32-
$files = @{
32+
$files = @(
3333
'40.png',
3434
'90.png',
3535
'115.png',
3636
'255.png',
3737
'533.png',
3838
'MarketplaceToolkit.ps1',
3939
'MarketplaceToolkit_parameters.ps1'
40-
}
40+
)
4141
4242
# Download files
4343
$files | foreach { Invoke-WebRequest ($uri + $_) -OutFile ($LocalPath + '\' + $_) }
@@ -69,4 +69,4 @@ The VM extension on the dashboard is used to create a marketplace item for a VM
6969

7070
## Improvements
7171

72-
The Marketplace Toolkit for Microsoft Azure Stack is based on PowerShell and the Windows Presentation Foundation. It is published in this public repository so you can make improvements to it by submitting a pull request.
72+
The Marketplace Toolkit for Microsoft Azure Stack is based on PowerShell and the Windows Presentation Foundation. It is published in this public repository so you can make improvements to it by submitting a pull request.

0 commit comments

Comments
 (0)