Skip to content

Commit

Permalink
Make shellcheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Sep 19, 2022
1 parent da5f519 commit de5740c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb-get
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PACKAGE_INSTALLATION_COUNT=0
readonly VERSION="0.3.5"

# set a github auth token (e.g a PAT ) in DEBGET_TOKEN to get a bigger rate limit
if [[ ! -z ${DEBGET_TOKEN} ]]; then
if [ -n "${DEBGET_TOKEN}" ]; then
export HEADERAUTH="\"Authorization: token ${DEBGET_TOKEN}\""
export HEADERPARAM="--header"
else
Expand Down

0 comments on commit de5740c

Please sign in to comment.