Skip to content

Commit

Permalink
Very minor typo when already up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar authored Sep 4, 2016
1 parent 976a866 commit 22f07d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def load_json_file(self, file_path):

def run(self, folder_for_extracting, remove_downloaded, force_update, download_only):
if not force_update and not self.need_to_update():
print("==> Not need to update!")
print("==> No need to update!")
return

if os.path.exists(self._extracted_folder_name):
Expand Down

0 comments on commit 22f07d7

Please sign in to comment.