Skip to content

Commit 5369f3e

Browse files
committed
make language shell-agnostic
1 parent 304b9b8 commit 5369f3e

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
@@ -5,7 +5,7 @@
55
if ! command -v jq &>/dev/null; then
66
cat << 'EOF'
77
{
8-
"systemMessage": "⚠️ Warp notifications require jq — install it with: brew install jq"
8+
"systemMessage": "⚠️ Warp notifications require jq — install it with your system package manager (e.g. brew install jq, apt install jq)"
99
}
1010
EOF
1111
exit 0

0 commit comments

Comments
 (0)