repo_checker: project_only(): correct not published check.

Incorrectly changed in 456a7c8.
This commit is contained in:
Jimmy Berry 2018-01-23 20:59:20 -06:00
parent d074c5b0ce
commit b2e4e5b3b6

View File

@ -52,7 +52,7 @@ class RepoChecker(ReviewBot.ReviewBot):
# self.staging_config needed by target_archs().
api = self.staging_api(project)
if not self.force and self.repository_published(project):
if not self.force and not self.repository_published(project):
self.logger.info('{}/standard not published'.format(project))
return