forked from mirrors/nixpkgs
Merge pull request #32857 from acowley/nix-info
nix-info: apply SC1117 suggested fix
This commit is contained in:
commit
c7c79eb19c
|
@ -143,7 +143,7 @@ fact() {
|
|||
printf ", "
|
||||
fi
|
||||
else
|
||||
printf " - %s: \`%s\`\n" "$name" "$value"
|
||||
printf " - %s: \`%s\`\\n" "$name" "$value"
|
||||
fi
|
||||
|
||||
if [ "$last" -eq 0 ]; then
|
||||
|
|
Loading…
Reference in a new issue