Skip to content

Commit 17025b1

Browse files
authored
Ensure curl is installed if not already present
1 parent a4c4887 commit 17025b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/update-data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if ! command -v jq &> /dev/null; then
2727
fi
2828

2929
if ! command -v curl &> /dev/null; then
30-
ensure_installed jq
30+
ensure_installed curl
3131
fi
3232

3333
readonly TMP_DIR=$(mktemp -d)

0 commit comments

Comments
 (0)