mirror of
https://github.com/NixOS/nix.git
synced 2025-11-19 00:39:37 +01:00
Rework future tense in user-facing messages
This commit is contained in:
parent
371fcf91c3
commit
ab10fddc6e
21 changed files with 141 additions and 144 deletions
|
|
@ -474,7 +474,7 @@ static void main_nix_build(int argc, char * * argv)
|
|||
|
||||
} catch (Error & e) {
|
||||
logError(e.info());
|
||||
notice("will use bash from your environment");
|
||||
notice("uses bash from your environment");
|
||||
shell = "bash";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue