mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
nix-info: apply SC1117 suggested fix
This commit is contained in:
parent
65fb15aaf8
commit
2e001620d5
@ -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 New Issue
Block a user