Skip to content

Commit c2fa0dd

Browse files
authored
Merge pull request #11 from warpdotdev/harry/make-jq-emojis-more-extreme
Make warning emojis more extreme for missing jq dependency
2 parents 4367434 + 82c06ad commit c2fa0dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/warp/scripts/on-session-start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313
if ! command -v jq &>/dev/null; then
1414
cat << 'EOF'
1515
{
16-
"systemMessage": "⚠️ Warp notifications require jq — install it with your system package manager (e.g. brew install jq, apt install jq)"
16+
"systemMessage": "🚨 Warp notifications require jq! Install it with your system package manager (e.g. brew install jq, apt install jq) 🚨"
1717
}
1818
EOF
1919
exit 0

0 commit comments

Comments
 (0)