mirror of https://github.com/apache/lucene.git
Use the right root dir with the --no-prepare option
This commit is contained in:
parent
b21721f152
commit
b8e50f3824
|
@ -298,7 +298,7 @@ def main():
|
|||
if c.prepare:
|
||||
rev = prepare(c.root, c.version, c.key_id, c.key_password)
|
||||
else:
|
||||
os.chdir(root)
|
||||
os.chdir(c.root)
|
||||
rev = open('rev.txt', encoding='UTF-8').read()
|
||||
|
||||
if c.push_local:
|
||||
|
|
Loading…
Reference in New Issue