Fix colors

This commit is contained in:
Case Duckworth 2020-05-22 23:06:30 -05:00
parent 1b4c540448
commit d212d90fb3
1 changed files with 1 additions and 1 deletions

2
bollux
View File

@ -47,7 +47,7 @@ log() { # log [LEVEL] [<] MESSAGE
output="$output${output:+$'\n'}$line"
done
fi
printf '\e[3%dm%s\e[0m:\t%s\n' "$((lvl + 1))" "$PRGN" "$output" >&2
printf '\e[34m%s\e[0m:\t%s\n' "$PRGN" "$output" >&2
fi
}