Skip to content

Commit ad4efea

Browse files
committed
fix docs json configuration syntax
1 parent 94a2d8a commit ad4efea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ Check some examples:
149149
"approval": {
150150
"byDefault": "allow",
151151
"allow": {
152-
"eca_shell_command": {"argsMatchers" {"command" [".*rm.*",
153-
".*mv.*"]}}
152+
"eca_shell_command": {"argsMatchers": {"command": [".*rm.*",
153+
".*mv.*"]}}
154154
}
155155
}
156156
}
@@ -165,8 +165,8 @@ Check some examples:
165165
"approval": {
166166
"byDefault": "allow",
167167
"deny": {
168-
"eca_shell_command": {"argsMatchers" {"command" [".*rm.*",
169-
".*mv.*"]}}
168+
"eca_shell_command": {"argsMatchers": {"command": [".*rm.*",
169+
".*mv.*"]}}
170170
}
171171
}
172172
}

0 commit comments

Comments
 (0)