Remove remaining use of args.tag and replace with tag obtained from config file

pull/4760/head
adbridge 2017-06-13 17:31:10 +01:00
parent 268990bb1e
commit a472cba08f
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ if __name__ == '__main__':
return_code, ref = run_cmd_with_output(cmd) return_code, ref = run_cmd_with_output(cmd)
if return_code: if return_code:
update_log.error("Could not obtain SHA for tag: %s", args.tag) update_log.error("Could not obtain SHA for tag: %s", tag)
sys.exit(1) sys.exit(1)
# Loop through the examples # Loop through the examples