missing var copy over
This commit is contained in:
parent
2df16771d7
commit
a14a4ed110
1 changed files with 4 additions and 0 deletions
|
@ -45,7 +45,11 @@ try:
|
|||
# Exact Match
|
||||
else:
|
||||
if version_to_check == 'latest':
|
||||
print('checking latest version')
|
||||
desired_version = get_latest_version()
|
||||
else:
|
||||
desired_version = version_to_check
|
||||
|
||||
print(f'desired version: {desired_version}')
|
||||
if installed_version != desired_version:
|
||||
print(
|
||||
|
|
Loading…
Add table
Reference in a new issue