We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c4887 commit 17025b1Copy full SHA for 17025b1
1 file changed
scripts/update-data.sh
@@ -27,7 +27,7 @@ if ! command -v jq &> /dev/null; then
27
fi
28
29
if ! command -v curl &> /dev/null; then
30
- ensure_installed jq
+ ensure_installed curl
31
32
33
readonly TMP_DIR=$(mktemp -d)
0 commit comments