Skip to content

Commit

Permalink
Small quotation fix (#30448)
Browse files Browse the repository at this point in the history
Co-authored-by: bugraozturk <bugra.ozturk@mollie.com>
  • Loading branch information
bugraoz93 and bugraozturk committed Apr 4, 2023
1 parent 9fc0f20 commit cc6fd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/transfers/gcs_to_gcs.py
Expand Up @@ -150,7 +150,7 @@ class GCSToGCSOperator(BaseOperator):
)
The following Operator would move all the Avro files from ``sales/sales-2019``
and ``sales/sales-2020` folder in ``data`` bucket to the same folder in the
and ``sales/sales-2020`` folder in ``data`` bucket to the same folder in the
``data_backup`` bucket, deleting the original files in the process. ::
move_files = GCSToGCSOperator(
Expand Down

0 comments on commit cc6fd5c

Please sign in to comment.