Merge pull request #32857 from acowley/nix-info

nix-info: apply SC1117 suggested fix
This commit is contained in:
Orivej Desh
2017-12-20 00:17:55 +00:00
committed by GitHub

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