Skip to content

Commit

Permalink
nix-info: apply SC1117 suggested fix
Browse files Browse the repository at this point in the history
(cherry picked from commit 2e00162)
  • Loading branch information
acowley authored and LnL7 committed Mar 7, 2018
1 parent fe0728f commit 30a782c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/nix/info/info.sh
Expand Up @@ -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
Expand Down

0 comments on commit 30a782c

Please sign in to comment.