Skip to content

Commit

Permalink
fix "upload generated_infographics" -> "upload generated-infographics"
Browse files Browse the repository at this point in the history
  • Loading branch information
tkalir committed Aug 6, 2023
1 parent d96f618 commit 312b814
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
) >> \
CliBashOperator(
cmd='anyway-etl anyway-kubectl-exec python3 main.py '
'upload generated_infographics --id {{ dag_run.conf["news_flash_id"] }}',
'upload generated-infographics --id {{ dag_run.conf["news_flash_id"] }}',
task_id='upload-infographics-images'
) >> \
CliBashOperator(
Expand Down

0 comments on commit 312b814

Please sign in to comment.