Skip to content

Commit f364330

Browse files
pasha-codefreshalexmt
authored andcommitted
fix: fix example in project scoped repositories (#8357)
fix: fix example in project scoped repositories (#8357) Signed-off-by: pashavictorovich <pavel@codefresh.io>
1 parent 4ec67d8 commit f364330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/projects.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ p, proj:my-project:admin, repositories, update, my-project/*, allow
235235
This provides extra flexibility so that admins can have stricter rules. e.g.:
236236

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

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

0 commit comments

Comments
 (0)