Skip to content

Commit

Permalink
add proper warning symbol to tool check script
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Jun 24, 2024
1 parent b92fb61 commit 1e7cb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tool_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ensure_optional_tool_is_installed() {
local tool="$1"
local install_docs="$2"
if ! command -v "$tool" &>/dev/null; then
echo "Optional package $tool is not installed. You can install $tool at: $install_docs"
echo "🟡 Optional $tool is not installed. You can install $tool at: $install_docs"
return 1
fi
}
Expand Down

0 comments on commit 1e7cb89

Please sign in to comment.