Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
radujipa committed Mar 29, 2018
1 parent ff41224 commit 503920f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/kano-updater-internal
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def clean_up(relaunch=False):

remove_pid_file()

if not _g_keep_uuid or not relaunch:
if not _g_keep_uuid and not relaunch:
clear_tracking_uuid()

if _g_gui_mode:
Expand Down

0 comments on commit 503920f

Please sign in to comment.