Skip to content

Commit 9c9bc8b

Browse files
committed
update
1 parent cc3afd9 commit 9c9bc8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

macros/public/store/generate_overview.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
{% set overview_result = run_query(overview_query) %}
8989
{% set overview_file_path = overview_path or 'target/re_data/overview.json' %}
90-
{% do overview_result.to_json(overview_path) %}
90+
{% do overview_result.to_json(overview_file_path) %}
9191
{{ save_monitored(monitored_path) }}
9292

9393
{% endmacro %}

0 commit comments

Comments
 (0)