Skip to content

Commit

Permalink
Fixed update procedure.
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoux committed Jun 19, 2018
1 parent d55f798 commit 7b138a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

# Downloading and install

if updated_version_nbr > vers_id:
if updated_version_nbr != vers_id:

update_logger.info("Software version is outdated, updating...")

Expand Down

0 comments on commit 7b138a9

Please sign in to comment.