Skip to content

Commit 82c06ad

Browse files
committed
make alerts a little less extreme
1 parent 6a07b80 commit 82c06ad

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)