This commit is contained in:
Casey Rodarmor 2025-07-05 14:28:43 -07:00
parent e3bbc42b13
commit f2c85cb070

View file

@ -53,7 +53,7 @@ download() {
args=()
if [ -n "${GITHUB_TOKEN+x}" ]; then
args+=("--header" "Authorization: Bearer $GITHUB_TOKEN")
args+=(--header "Authorization: Bearer $GITHUB_TOKEN")
fi
if command -v curl > /dev/null; then