mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
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…
x
Reference in New Issue
Block a user