Skip to content

Commit 4c99cd6

Browse files
authored
fix: deserializing the json body of a request: trailing comma in example
1 parent 579ff75 commit 4c99cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snapshotting/snapshot-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ curl --unix-socket /tmp/firecracker.socket -i \
266266
-d '{
267267
"snapshot_type": "Full",
268268
"snapshot_path": "./snapshot_file",
269-
"mem_file_path": "./mem_file",
269+
"mem_file_path": "./mem_file"
270270
}'
271271
```
272272

0 commit comments

Comments
 (0)