Skip to content

Commit 2d0d936

Browse files
committed
Small correction in update resource file usage
Signed-off-by: rajasec <[email protected]>
1 parent 4c8007f commit 2d0d936

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

man/runc-update.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ accepted format is as follow (unchanged values can be omitted):
2525
},
2626
"blockIO": {
2727
"blkioWeight": 0
28-
},
28+
}
2929
}
3030

3131
Note: if data is to be read from a file or the standard input, all

update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The accepted format is as follow (unchanged values can be omitted):
4545
},
4646
"blockIO": {
4747
"blkioWeight": 0
48-
},
48+
}
4949
}
5050
5151
Note: if data is to be read from a file or the standard input, all

0 commit comments

Comments
 (0)