Skip to content

Commit fcaf3ae

Browse files
authored
Merge pull request ComplianceAsCode#14260 from xiaojiey/fix-build
Fix help text formatting in build_ds_container.py
2 parents 901665c + 19794ba commit fcaf3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build_ds_container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
'-np', '--no-upstream-prefix',
4848
help=(
4949
'The prefix for bundle names. The default is "upstream" if not specified. '
50-
'To disable prefix, use --no-upstream-prefix.',
50+
'To disable prefix, use --no-upstream-prefix. '
5151
'This option is ignored when building content in the cluster using '
5252
'--build-in-cluster.'),
5353
action='store_true',

0 commit comments

Comments
 (0)