mirror of https://github.com/zulip/zulip.git
zulip-puppet-apply: Fix the force option handling.
(imported from commit e3a0f3902ac183c7c30ba0e8ed27e7bd9924ff2b)
This commit is contained in:
parent
6b9ebfdad5
commit
c38bad0b65
|
@ -10,7 +10,7 @@ extra_args = sys.argv[1:]
|
||||||
|
|
||||||
if len(extra_args) and extra_args[0] in ('-f', '--force'):
|
if len(extra_args) and extra_args[0] in ('-f', '--force'):
|
||||||
force = True
|
force = True
|
||||||
eatra_args = extra_args[1:]
|
extra_args = extra_args[1:]
|
||||||
|
|
||||||
config = ConfigParser.RawConfigParser()
|
config = ConfigParser.RawConfigParser()
|
||||||
config.read("/etc/zulip/zulip.conf")
|
config.read("/etc/zulip/zulip.conf")
|
||||||
|
|
Loading…
Reference in New Issue