Skip to content

Commit

Permalink
Fix missed commit for source cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
labrys committed Jan 6, 2019
1 parent 14300d1 commit f83b37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def check_for_new_version(self, force=False):
def update(self):
if self.updater.need_update():
result = self.updater.update()
cleanup.clean('core', 'libs')
cleanup.clean(cleanup.FOLDER_STRUCTURE)
return result


Expand Down

0 comments on commit f83b37d

Please sign in to comment.