mirror of https://github.com/zulip/zulip.git
upgrade-zulip-from-git: Fix linter error from too-long line.
This commit is contained in:
parent
3a47a1a627
commit
adf918cf5a
|
@ -36,7 +36,8 @@ if os.getuid() != 0:
|
|||
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("refname", help="Git reference, e.g. a branch, tag, or commit ID.")
|
||||
parser.add_argument("--remote-url", dest="remote_url", help="Override the Git remote URL configured in /etc/zulip/zulip.conf.")
|
||||
parser.add_argument("--remote-url", dest="remote_url",
|
||||
help="Override the Git remote URL configured in /etc/zulip/zulip.conf.")
|
||||
args = parser.parse_args()
|
||||
|
||||
refname = args.refname
|
||||
|
|
Loading…
Reference in New Issue