Skip to content

Commit 5c5f3bb

Browse files
mattschlebuschdianpopa
authored andcommitted
Fix JSON syntax error in snapshotting docs
Signed-off-by: Matthew Schlebusch <[email protected]>
1 parent d95f736 commit 5c5f3bb

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
@@ -385,7 +385,7 @@ curl --unix-socket /tmp/firecracker.socket -i \
385385
"snapshot_path": "./snapshot_file",
386386
"mem_backend": {
387387
"backend_path": "./mem_file",
388-
"backend_type": "File",
388+
"backend_type": "File"
389389
},
390390
"enable_diff_snapshots": true,
391391
"resume_vm": false

0 commit comments

Comments
 (0)