mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 17:50:02 -03:30
Working on running spellcheck on everything ahead of merging the shellcheck/code check CI addition. (#13453)
This commit is contained in:
@@ -674,7 +674,7 @@ class SubListCreateAttachDetachAPIView(SubListCreateAPIView):
|
||||
location = None
|
||||
created = True
|
||||
|
||||
# Retrive the sub object (whether created or by ID).
|
||||
# Retrieve the sub object (whether created or by ID).
|
||||
sub = get_object_or_400(self.model, pk=sub_id)
|
||||
|
||||
# Verify we have permission to attach.
|
||||
|
||||
Reference in New Issue
Block a user