one more place for stringify keys

This commit is contained in:
Andrew Waage 2016-05-20 00:00:18 -07:00 committed by Olle Jonsson
parent 10add50b65
commit b523a95a5f

View File

@ -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