Skip to content

Commit fefc853

Browse files
committed
fix: correct fallback values in user_group.json from arrays to strings
1 parent 8bee976 commit fefc853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/fixtures/user_group.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"setgid": {
2323
"default": "none",
24-
"fallback": ["daemon"],
24+
"fallback": "daemon",
2525
"add": [["daemon", "nobody"],["nobody"]]
2626
}
2727
},
@@ -47,7 +47,7 @@
4747
},
4848
"setgid": {
4949
"default": "none",
50-
"fallback": ["root"],
50+
"fallback": "root",
5151
"add": [["root", "nobody"],["nobody"]]
5252
}
5353
},

0 commit comments

Comments
 (0)