Skip to content

Commit

Permalink
fix: autoapproval triggers script fails with invalid input text r dig…
Browse files Browse the repository at this point in the history
  • Loading branch information
Wael Rabadi committed Jul 19, 2022
1 parent 57833c2 commit 08aa80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-autoapproval-triggers.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail

parties=$(yq r daml.yaml 'parties.*')
parties=$(yq -r '.parties[]' daml.yaml)
dar=$1
state_dir=$2

Expand Down

0 comments on commit 08aa80c

Please sign in to comment.