mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-25 18:23:37 -05:00
AC-431. Fixed misspelled project status.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user