Fix typo causing update_bug hook failure

A typo in update_bug.py recent changes was causing hook
failure. Fixes bug 1003377.

Change-Id: Ie86a8431b19cbf1777ec3ca6abaf0df51f7d51f7
This commit is contained in:
Thierry Carrez 2012-05-23 14:18:43 +02:00
parent 6241b032b3
commit 617b8d7969

View File

@ -123,7 +123,7 @@ def git2lp(full_project_name):
def is_direct_release(full_project_name):
"""Test against a list of projects who directly release changes."""
return full_project name in [
return full_project_name in [
'openstack-ci/devstack-gate',
'openstack-ci/lodgeit',
'openstack-ci/meetbot',