mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-26 15:57:16 +00:00
fix: [Update] force str tags
This commit is contained in:
parent
07e3bfe396
commit
ac3a531987
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ def update_ail(current_tag, list_upper_tags_remote, current_version_path, is_for
|
|||
sys.exit(0)
|
||||
|
||||
def launch_update_version(version, roll_back_commit, current_version_path, is_fork):
|
||||
update_path = os.path.join(os.environ['AIL_HOME'], 'update', version, 'Update.sh')
|
||||
update_path = os.path.join(os.environ['AIL_HOME'], 'update', str(version), 'Update.sh')
|
||||
print()
|
||||
print('{}------------------------------------------------------------------'.format(TERMINAL_YELLOW))
|
||||
print('- Launching Update: {}{}{} -'.format(TERMINAL_BLUE, version, TERMINAL_YELLOW))
|
||||
|
|
Loading…
Reference in a new issue