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:
parent
3c23e479bf
commit
27948a8dd9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user