(minor) single quotes around variables in error messages
(plus a couple of other minor fixups)
This commit is contained in:
parent
20d2120ea5
commit
d04e79d291
15 changed files with 33 additions and 33 deletions
|
@ -161,7 +161,7 @@ sub parse_soc {
|
|||
exit 0;
|
||||
}
|
||||
|
||||
_die "unknown git/gitolite command: $soc";
|
||||
_die "unknown git/gitolite command: '$soc'";
|
||||
}
|
||||
|
||||
sub sanity {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue