Skip to content

Commit

Permalink
missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeoghegan committed Jun 17, 2024
1 parent f0e4650 commit 2bd133c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
export DIVVIUP_API_URL=http://localhost:8080
export DIVVIUP_TOKEN=""
export DIVVIUP_ACCOUNT_ID=`./divviup account list | jq -r '.[0].id`
export DIVVIUP_ACCOUNT_ID=`./divviup account list | jq -r '.[0].id'`
export LEADER_ID=`./divviup aggregator list | jq -r 'map_values(select(.name == "leader")).[0].id'`
export HELPER_ID=`./divviup aggregator list | jq -r 'map_values(select(.name == "helper")).[0].id'`
CRED_OUTPUT=`./divviup collector-credential generate --save`
Expand Down

0 comments on commit 2bd133c

Please sign in to comment.