Skip to content

Commit 6cd925a

Browse files
authored
Update calculate-container-size.ps1 (Azure#331)
typo : listOfBLobs vs $listOfBlobs
1 parent fb288f9 commit 6cd925a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/calculate-container-size/calculate-container-size.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $storageAccount = Get-AzStorageAccount `
1818
$ctx = $storageAccount.Context
1919

2020
# get a list of all of the blobs in the container
21-
$listOfBLobs = Get-AzStorageBlob -Container $ContainerName -Context $ctx
21+
$listOfBlobs = Get-AzStorageBlob -Container $ContainerName -Context $ctx
2222

2323
# zero out our total
2424
$length = 0

0 commit comments

Comments
 (0)