Skip to content

Commit 1aaba2f

Browse files
committed
fixed windows command
1 parent 9adff7e commit 1aaba2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-registry/container-registry-oci-artifacts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ oras push myregistry.azurecr.io/samples/artifact:1.0 \
7272
**Windows**
7373

7474
```cmd
75-
oras push myregistry.azurecr.io/samples/artifact:1.0 \
76-
--manifest-config NUL:application/vnd.unknown.config.v1+json \
75+
.\oras.exe push myregistry.azurecr.io/samples/artifact:1.0 ^
76+
--manifest-config NUL:application/vnd.unknown.config.v1+json ^
7777
.\artifact.txt:application/vnd.unknown.layer.v1+txt
7878
```
7979

0 commit comments

Comments
 (0)