Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 8e32092

Browse files
committed
Updated error message
1 parent e589852 commit 8e32092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mrva-code-search

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fi
4141

4242
# check we have curl and jq installed
4343
if ! command -v curl &> /dev/null; then
44-
echo "gh could not be found"
44+
echo "curl could not be found"
4545
exit 1
4646
fi
4747

0 commit comments

Comments
 (0)