one more place for stringify keys
This commit is contained in:
parent
10add50b65
commit
b523a95a5f
|
@ -201,7 +201,7 @@ Make sure, that you push tags to remote repo via 'git push --tags'".yellow
|
|||
def fetch_date_of_tag(tag)
|
||||
commit_data = check_github_response { @client.commit(user_project, tag['commit']['sha']) }
|
||||
|
||||
commit_data[:commit][:committer][:date]
|
||||
commit_data['commit']['committer']['date']
|
||||
end
|
||||
|
||||
# Fetch commit for specified event
|
||||
|
|
Loading…
Reference in New Issue
Block a user