1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-04 12:51:18 +03:00

AC-431. Fixed misspelled project status.

This commit is contained in:
Chris Church 2013-09-10 01:13:14 -04:00
parent 3c23e479bf
commit 27948a8dd9

View File

@ -735,7 +735,7 @@ class Project(CommonModel):
elif not self.get_project_path():
return 'missing'
else:
return 'successsful'
return 'successful'
elif not self.get_project_path():
return 'missing'
else: