Fix a typo
This commit is contained in:
parent
ea21b32b93
commit
ba16fdcae9
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ class Site(object):
|
|||
msg = "checking site's files..."
|
||||
elif not self.isUpdateTimeValid():
|
||||
run_update = True
|
||||
msg = "update time is not invalid, updating now..."
|
||||
msg = "update time is not valid, updating now..."
|
||||
|
||||
if not run_update:
|
||||
return False
|
||||
|
|
Loading…
Reference in a new issue