Skip to content

Commit e36f6eb

Browse files
capitalise error message
1 parent f5944e2 commit e36f6eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/libstore/build/worker.cc

+4-4
Original file line numberDiff line numberDiff line change
@@ -333,19 +333,19 @@ void Worker::run(const Goals & _topGoals)
333333
if (getMachines().empty())
334334
throw Error(
335335
R"(
336-
unable to start any build;
336+
Unable to start any build;
337337
either increase '--max-jobs' or enable remote builds.
338338
339-
for more information run 'man nix.conf' and search for '/machines'
339+
For more information run 'man nix.conf' and search for '/machines'.
340340
)"
341341
);
342342
else
343343
throw Error(
344344
R"(
345-
unable to start any build;
345+
Unable to start any build;
346346
remote machines may not have all required system features.
347347
348-
for more information run 'man nix.conf' and search for '/machines'
348+
For more information run 'man nix.conf' and search for '/machines'.
349349
)"
350350
);
351351

0 commit comments

Comments
 (0)