summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/nix
diff options
context:
space:
mode:
authorAnthony Cowley <acowley@gmail.com>2017-12-19 13:05:49 -0500
committerAnthony Cowley <acowley@gmail.com>2017-12-19 13:05:49 -0500
commit2e001620d52ddbaa41fcd5ab8dfb5e36d204ea1c (patch)
tree27f834eb6a0051500031fa5f7218004578849581 /pkgs/tools/nix
parent65fb15aaf8b4de22b846bb6de5c5d34c110ece84 (diff)
nix-info: apply SC1117 suggested fix
Diffstat (limited to 'pkgs/tools/nix')
-rwxr-xr-xpkgs/tools/nix/info/info.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/nix/info/info.sh b/pkgs/tools/nix/info/info.sh
index 473e035b8e0a..f108962b3bad 100755
--- a/pkgs/tools/nix/info/info.sh
+++ b/pkgs/tools/nix/info/info.sh
@@ -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