Skip to content

Commit d72b0cc

Browse files
committed
chore: fix bash command
1 parent 2743af8 commit d72b0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This is useful for debugging API calls to the Redocly platform.
8282

8383
```bash
8484
REDOCLY_AUTHORIZATION=<your-api-key> HTTP_PROXY=<proxy-url> \
85-
npx @redocly/cli@snapshot push <file-1> <file-2> \
85+
npx @redocly/cli push <file-1> <file-2> \
8686
--organization <org-name> \
8787
--project '<project-name>' \
8888
--mount-path '<mount-path>' \

0 commit comments

Comments
 (0)