Fix inert indentation typo.

This commit is contained in:
William Melody 2015-04-28 16:54:25 -07:00
parent 9a395fd017
commit 08d899fee5
1 changed files with 1 additions and 1 deletions

2
hosts
View File

@ -465,7 +465,7 @@ _print_desc() {
if [[ -n ${!var:-} ]]; then
printf "%s\n" "${!var}"
else
printf "No additional information for \`%s\`\n" "$1"
printf "No additional information for \`%s\`\n" "$1"
fi
}