Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 9e2be27

Browse files
authored
Merge pull request commerce-docs/devdocs#285 from magento-devdocs/hg-gh9291-cloudbugs
Correct filename
2 parents 97f2235 + fb42644 commit 9e2be27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud/cdn/cloud-vcl-custom-snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Use the Fastly API [create snippet](https://docs.fastly.com/api/config#snippet_4
241241
curl -H "Fastly-Key: $FASTLY_API_TOKEN" https://api.fastly.com/service/$FASTLY_SERVICE_ID/version/$FASTLY_EDIT_VERSION/snippet -H 'Content-Type: application/json' -X POST --data @<filename.json>
242242
```
243243

244-
The `<filename.vcl>` is the name of the file you prepared in the previous step. Repeat this command for each VCL snippet.
244+
The `<filename.json>` is the name of the file you prepared in the previous step. Repeat this command for each VCL snippet.
245245

246246
If you receive a `500 Internal Server Error` response from the Fastly service, check the JSON file syntax to make sure you are uploading a valid file.
247247

0 commit comments

Comments
 (0)