Merge pull request #2028 from coreos-inc/spell-fix

Fix typo in build server enum
This commit is contained in:
josephschorr 2016-10-24 12:47:38 -04:00 committed by GitHub
commit 845d1795a3

View file

@ -149,7 +149,7 @@ class BuilderServer(object):
if update_phase:
status_handler = StatusHandler(self._build_logs, build_job.repo_build.uuid)
status_handler.set_phase(RESULT_PHASE[job_status])
status_handler.set_phase(RESULT_PHASES[job_status])
self._job_count = self._job_count - 1