Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Jan 30, 2025
1 parent 28e46cc commit 12c047f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-ctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def update_images_yml() -> str:
current_version = file.split('-')[2].split('.')[0]

if current_version == version:
print(f'Current-version={version}, no update of images file required')
print(f'Current version={version}, no update of images file required')
# docker pull the images to ensure they are up to date
with open(f'docker-compose.images-{version}.yml', 'r') as f:
for line in f:
Expand Down

0 comments on commit 12c047f

Please sign in to comment.