Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszklimek committed Jun 7, 2022
1 parent cc3afd9 commit 9c9bc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/public/store/generate_overview.sql
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

{% set overview_result = run_query(overview_query) %}
{% set overview_file_path = overview_path or 'target/re_data/overview.json' %}
{% do overview_result.to_json(overview_path) %}
{% do overview_result.to_json(overview_file_path) %}
{{ save_monitored(monitored_path) }}

{% endmacro %}

0 comments on commit 9c9bc8b

Please sign in to comment.