mirror of
https://github.com/NixOS/nix
synced 2025-06-28 05:21:16 +02:00
consistent capitalization
This commit is contained in:
parent
bfca5fc395
commit
c79d4addab
7 changed files with 10 additions and 10 deletions
|
@ -202,7 +202,7 @@ static int _main(int argc, char * * argv)
|
|||
auto msg = chomp(drainFD(5, false));
|
||||
logError(
|
||||
ErrorInfo {
|
||||
.name = "remote build",
|
||||
.name = "Remote build",
|
||||
.hint = hintfmt("cannot build on '%s': %s%s",
|
||||
bestMachine->storeUri, e.what(),
|
||||
(msg.empty() ? "" : ": " + msg))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue