mirror of
https://github.com/ansible/awx.git
synced 2024-11-05 05:51:21 +03:00
AC-431. Fixed misspelled project status.
This commit is contained in:
parent
3c23e479bf
commit
27948a8dd9
@ -735,7 +735,7 @@ class Project(CommonModel):
|
|||||||
elif not self.get_project_path():
|
elif not self.get_project_path():
|
||||||
return 'missing'
|
return 'missing'
|
||||||
else:
|
else:
|
||||||
return 'successsful'
|
return 'successful'
|
||||||
elif not self.get_project_path():
|
elif not self.get_project_path():
|
||||||
return 'missing'
|
return 'missing'
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user