mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 21:46:40 +00:00
AUTH-2016 fixed variable fail
This commit is contained in:
parent
f5b479dbbc
commit
810d268c99
@ -107,7 +107,7 @@ def main():
|
||||
return
|
||||
|
||||
# update the release body text
|
||||
release.update_release(version, version, msg)
|
||||
release.update_release(args.release_version, args.release_version, msg)
|
||||
|
||||
except Exception as e:
|
||||
logging.exception(e)
|
||||
|
Loading…
Reference in New Issue
Block a user