Skip to content

Commit

Permalink
Fixing a minor issue with our github release script [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Jun 1, 2015
1 parent dbec595 commit c194ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gh-release.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

// Create a GitHub client.
$client = new GuzzleHttp\Client([
'base_url' => 'https://api.github.com/',
'base_uri' => 'https://api.github.com/',
'defaults' => [
'headers' => ['Authorization' => "token $token"]
]
Expand Down

0 comments on commit c194ec8

Please sign in to comment.