reverting the old fetcher where I changed to string
This commit is contained in:
parent
2347cc4220
commit
a764632dd2
|
@ -220,7 +220,7 @@ Make sure, that you push tags to remote repo via 'git push --tags'"
|
||||||
# Fetch commit for specified event
|
# Fetch commit for specified event
|
||||||
# @return [Hash]
|
# @return [Hash]
|
||||||
def fetch_commit(event)
|
def fetch_commit(event)
|
||||||
@github.git_data.commits.get @options[:user], @options[:project], event['commit_id']
|
@github.git_data.commits.get @options[:user], @options[:project], event[:commit_id]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user