Skip to content

Commit bf8a14f

Browse files
Merge pull request #228163 from AjayBathini-MSFT/patch-41
(AzureCXP) fixes MicrosoftDocs/azure-docs#105581
2 parents 54212d2 + e041c09 commit bf8a14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ As mentioned in the [Manifest digest](container-registry-concepts.md#manifest-di
177177
1. Check manifests for repository *acr-helloworld*:
178178

179179
```azurecli
180-
az acr manifest list-metadata --name myregistry --repository acr-helloworld
180+
az acr manifest list-metadata --name acr-helloworld --registry myregistry
181181
```
182182

183183
```output

0 commit comments

Comments
 (0)