8000 Update instructions · riteshverma/python-docs-samples@ba3b931 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba3b931

Browse files
committed
Update instructions
1 parent bc3bb30 commit ba3b931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer/cicd_sample/utils/add_dags_to_composer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def upload_dags_to_composer(dags_directory: str, bucket_name: str) -> None:
6666
description=__doc__, formatter_class=argparse.RawDescriptionHelpFormatter
6767
)
6868
parser.add_argument(
69-
"--dags_directory", help="Relative path to the directory containing your DAGs"
69+
"--dags_directory", help="Relative path to the source directory containing your DAGs"
7070
)
7171
parser.add_argument(
7272
"--dags_bucket",

0 commit comments

Comments
 (0)
0