mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Fixed typo
This commit is contained in:
parent
3480dd63d6
commit
a279b68571
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ my $action = $ARGV[0] or die "$0: no action specified\n";
|
|||
|
||||
if (defined $configFile and defined $extraConfig) {
|
||||
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 =~ /^(.*)#([^#"]+)$/) {
|
||||
|
|
Loading…
Reference in a new issue