Skip to content

Commit

Permalink
fix: fix example in project scoped repositories (#8357)
Browse files Browse the repository at this point in the history
fix: fix example in project scoped repositories (#8357)

Signed-off-by: pashavictorovich <[email protected]>
  • Loading branch information
pasha-codefresh authored and alexmt committed Feb 3, 2022
1 parent 4ec67d8 commit f364330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ p, proj:my-project:admin, repositories, update, my-project/*, allow
This provides extra flexibility so that admins can have stricter rules. e.g.:

```
p, proj:my-project:admin, repositories, update, my-project/"https://github.my-company.com/*", allow
p, proj:my-project:admin, repositories, update, my-project/https://github.my-company.com/*, allow
```

Once the appropriate RBAC rules are in place, developers can create their own Git repositories and (assuming
Expand Down

0 comments on commit f364330

Please sign in to comment.