mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Add missing .sh in _NIX_TEST_ACCEPT=1 message
This commit is contained in:
parent
d4f576b0b2
commit
cef11b23e8
2 changed files with 2 additions and 2 deletions
|
@ -579,7 +579,7 @@ std::optional<EvalState::Doc> EvalState::getDoc(Value & v)
|
|||
s << "Function ";
|
||||
}
|
||||
else {
|
||||
s << "Function **" << name << "**";
|
||||
s << "Function `" << name << "`";
|
||||
if (pos)
|
||||
s << "\\\n … " ;
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue