Skip to content

Commit

Permalink
Remove a trailing "
Browse files Browse the repository at this point in the history
  • Loading branch information
scootergrisen committed Nov 29, 2020
1 parent e423ab1 commit 52f6474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jhbuild/commands/sysdeps.py
Expand Up @@ -54,7 +54,7 @@ def __init__(self):
action="store_true", default = False,
dest="assume_yes",
help=_('assume yes/the default answer to interactive questions during installation of system '
+ 'dependencies"'))])
+ 'dependencies'))])

def run(self, config, options, args, help=None):

Expand Down

0 comments on commit 52f6474

Please sign in to comment.