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
commit c7c79eb19c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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