Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
wchen4 committed Dec 7, 2023
1 parent 0046401 commit a1a5b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scenarios/account_reporting/account_reporting.dig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ _export:
!include : config.yml

+get_activations:
if>: ${reports.activations_list}
if>: ${reports_to_run.activations_list}
_do:
+get_activations:
py>: activations.get_list
Expand Down
2 changes: 1 addition & 1 deletion scenarios/account_reporting/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ target:
activations_list: activations

reports_to_run:
activations_list: true
activations_list: true

0 comments on commit a1a5b60

Please sign in to comment.