Skip to content

Commit

Permalink
Rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
Organic-Code committed Jul 2, 2018
1 parent 8711765 commit b6f839c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ymph
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ function check_dependency() {
if hash $1 2>/dev/null; then
printf "\e[38;5;82m present\e[38;5;15m\n"
else
printf "\e[38;5;9m absent\e[38;5;15m\n"
printf "\e[38;5;9m missing\e[38;5;15m\n"
fi
}

Expand Down

0 comments on commit b6f839c

Please sign in to comment.