Skip to content

Commit 109ab53

Browse files
committed
Ruby 1.8.7 compatible syntax fix.
1 parent a18dc25 commit 109ab53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/github.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ end
88
task 'github:release' do
99
require 'octokit'
1010

11-
gh = Octokit::Client.new(access_token: ENV['AWS_SDK_FOR_RUBY_GH_TOKEN'])
11+
gh = Octokit::Client.new(:access_token => ENV['AWS_SDK_FOR_RUBY_GH_TOKEN'])
1212

1313
repo = 'aws/aws-sdk-ruby'
1414
tag_ref_sha = `git show-ref v#{$VERSION}`.split(' ').first

0 commit comments

Comments
 (0)