Fixed typo
This commit is contained in:
parent
3480dd63d6
commit
a279b68571
@ -90,7 +90,7 @@ my $action = $ARGV[0] or die "$0: no action specified\n";
|
|||||||
|
|
||||||
if (defined $configFile and defined $extraConfig) {
|
if (defined $configFile and defined $extraConfig) {
|
||||||
die "--config and --config-file are mutually incompatible. " .
|
die "--config and --config-file are mutually incompatible. " .
|
||||||
"Please define on or the other, but not both";
|
"Please define one or the other, but not both";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (defined $flake && $flake =~ /^(.*)#([^#"]+)$/) {
|
if (defined $flake && $flake =~ /^(.*)#([^#"]+)$/) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user