Skip to content

Commit ebcb998

Browse files
authored
Merge pull request cesanta#262 from duyanghao/fix-simple-yaml
fix simple.yaml example: replace user with test
2 parents 3fb13f1 + ed5f881 commit ebcb998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/simple.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ acl:
2727
- match: {account: "admin"}
2828
actions: ["*"]
2929
comment: "Admin has full access to everything."
30-
- match: {account: "user"}
30+
- match: {account: "test"}
3131
actions: ["pull"]
32-
comment: "User \"user\" can pull stuff."
32+
comment: "User \"test\" can pull stuff."
3333
# Access is denied by default.

0 commit comments

Comments
 (0)