Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jan 30, 2024
1 parent aca1388 commit 8e10466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ container_name=${1:-aqua-registry}

token="${AQUA_GITHUB_TOKEN:-${GITHUB_TOKEN:-}}"
if [ -z "$token" ]; then
echo "[INFO] Get a GitHub Access token by gh auth token" >&2
token=$(aqua exec -- gh auth token)
echo "[INFO] Get a GitHub Access token by gh auth token" >&2
token=$(aqua exec -- gh auth token)
fi
envs=""
if [ -n "$token" ]; then
Expand Down

0 comments on commit 8e10466

Please sign in to comment.