nix-info: apply SC1117 suggested fix

This commit is contained in:
Anthony Cowley 2017-12-19 13:05:49 -05:00
parent 65fb15aaf8
commit 2e001620d5

View File

@ -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