Skip to content

Commit

Permalink
✏️ Fix key phrase typo
Browse files Browse the repository at this point in the history
  • Loading branch information
malgorzatagwinner committed Oct 16, 2024
1 parent 56ccedb commit 8ac2c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viadot/orchestration/prefect/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def _create_date_dict(self) -> dict[str, str]:
"current_year": today.strftime("%Y"),
"last_year": last_year.strftime("%Y"),
"now_time": now_time.strftime("%H%M%S"),
"last day previous month": last_day_prev_month.strftime(
"last_day_previous_month": last_day_prev_month.strftime(
self.dynamic_date_format
),
}
Expand Down

0 comments on commit 8ac2c2b

Please sign in to comment.