fix alter command

This commit is contained in:
Austin 2023-10-30 16:49:30 -04:00
parent ac7e9700cb
commit de2d091b29

View File

@ -167,5 +167,5 @@
{% endmacro %}
{% macro alter_gha_task(task_name, task_action) %}
ALTER TASK IF EXISTS github_actions.{{ task_name }} {{ task_action }};
ALTER TASK IF EXISTS github_actions.{{ task_name }} {{ task_action }}
{% endmacro %}