Fixed wrong var name
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
df47729b1a
commit
112bfc9db9
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ while running:
|
|||
try:
|
||||
package.wait()
|
||||
run("mv " + output + "/" + area + ".txz " + output + "/" + part + "/" + area_major + "/", shell=True)
|
||||
update_index(output, area, name_major)
|
||||
update_index(output, area, area_major)
|
||||
api_send_status(name, "packaged", api, api_token)
|
||||
except KeyboardInterrupt:
|
||||
# TODO doesn't work
|
||||
|
|
Loading…
Reference in a new issue