Skip to content

Commit

Permalink
Merge branch 'gitlab-integration' of github.com:saadmk11/readthedocs.…
Browse files Browse the repository at this point in the history
…org into gitlab-integration
  • Loading branch information
saadmk11 committed Aug 13, 2019
2 parents 419cdb3 + 52c6ef9 commit 4c89847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/api/v2/views/integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ def is_payload_valid(self):
return token == secret

def get_external_version_data(self):
"""Get Commit Sha and merge request number from payload."""
"""Get commit SHA and merge request number from payload."""
try:
identifier = self.data['object_attributes']['last_commit']['id']
verbose_name = str(self.data['object_attributes']['iid'])
Expand Down

0 comments on commit 4c89847

Please sign in to comment.