updated spotify_api_token.sh

pull/2/head
Hari Sekhon 4 years ago
parent 6122f651b8
commit dfa6e5ec21

@ -14,6 +14,8 @@
#
set -euo pipefail
[ -n "${DEBUG:-}" ] && set -x
srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC2034
usage_description="
@ -22,9 +24,6 @@ Returns a Spotify access token from the Spotify API
Requires \$SPOTIFY_CLIENT_ID and \$SPOTIFY_CLIENT_SECRET to be defined in the environment
"
[ -n "${DEBUG:-}" ] && set -x
srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC1090
. "$srcdir/lib/utils.sh"

Loading…
Cancel
Save