Skip to content
Snippets Groups Projects
Commit 661d5d31 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

doc: fix indentation of groups example

refs #2381
parent a8e5522a
No related branches found
No related tags found
No related merge requests found
......@@ -568,25 +568,25 @@ One remote can be a member of multiple groups.
@example
remotes @{
ctl @{
# ...
@}
alice @{
# ...
@}
bob @{
# ...
@}
ctl @{
# ...
@}
alice @{
# ...
@}
bob @{
# ...
@}
@}
groups @{
admins @{ alice, bob @}
admins @{ alice, bob @}
@}
# example usage:
control @{
# ...
allow ctl, admins;
# ...
allow ctl, admins;
@}
@end example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment