Skip to content

Commit

Permalink
fix: Fixed hcl2json call in update_groups.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko committed Nov 17, 2022
1 parent 6f18954 commit 1e33b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_groups.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ check_dependencies() {
}

auto_groups_data() {
hcl2json rules.tf | jq -r '..|.auto_groups?|values|.default'
hcl2json rules.tf | jq -r '..|.auto_groups?|values|.[0].default'
}

auto_groups_keys() {
Expand Down

0 comments on commit 1e33b5f

Please sign in to comment.