Skip to content

Commit

Permalink
fetch-configlet_v3: Remove unnecessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Jan 13, 2021
1 parent 42dc770 commit 01fca83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch-configlet_v3
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ curlopts=(
)

if [[ -n "${GITHUB_TOKEN}" ]]; then
curlopts+=('--header' "authorization: Bearer ${GITHUB_TOKEN}")
curlopts+=(--header "authorization: Bearer ${GITHUB_TOKEN}")
fi

suffix="${os}-${arch}.${ext}"
Expand Down

0 comments on commit 01fca83

Please sign in to comment.