minor doc/message updates/clarifications
This commit is contained in:
parent
516c028b81
commit
de2e38c372
4 changed files with 10 additions and 16 deletions
|
@ -96,7 +96,7 @@ die "bad command: $cmd. Make sure the repo name is exactly as in your config\n"
|
|||
# we know the user and repo; we just need to know what perm he's trying
|
||||
my $perm = ($verb =~ $R_COMMANDS ? 'R' : 'W');
|
||||
|
||||
die "$perm access for $repo denied to $user\n"
|
||||
die "$perm access for $repo DENIED to $user\n"
|
||||
unless $repos{$repo}{$perm}{$user}
|
||||
or $repos{$repo}{$perm}{'@all'};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue