Skip to content

Commit

Permalink
bugfix: fixes dim
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel De Lucca authored Jun 11, 2021
1 parent e272c08 commit 1fde49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/feedback.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function log {
dim=$(tput dim)
white=$(tput setaf 7)
isodate=$(date +"%Y-%m-%dT%H:%M:%S")
color="${C_LOG:-${dim}${white}}"
color="${C_LOG:-${white}}"

echo "${color}[${isodate}]${reset} ${message}"
echo "${color}${dim}[${isodate}]${reset} ${message}"
}

0 comments on commit 1fde49a

Please sign in to comment.