Skip to content

Commit 6e635cb

Browse files
committed
small fix for Tutorial
1 parent 50a7e44 commit 6e635cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StorageGRID-Webscale-Tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ $BucketAccounting = foreach ($Account in (Get-SgwAccounts | Where-Object { $_.ca
162162
}
163163
}
164164
165-
$BucketAccounting | Export-Csv -Path $HOME\Downloads\TenantAccounting.csv -NoTypeInformation
165+
$BucketAccounting | Export-Csv -Path $HOME\Downloads\BucketAccounting.csv -NoTypeInformation
166166
```
167167

168168
## Experimental Accounting of disk usage per tenant and bucket

0 commit comments

Comments
 (0)