Skip to content

Commit

Permalink
fix host for raw content #22
Browse files Browse the repository at this point in the history
  • Loading branch information
skalmi committed Apr 28, 2014
1 parent 8b6b51b commit 8eb692a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:major: 1
:minor: 0
:patch: 6
:patch: 7
:special: ''
2 changes: 1 addition & 1 deletion Test/HttpSourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected function _loadModel($configName = 'testHttpSource', $config = array())
} else {
$config += array(
'datasource' => 'TestHttpSource.Http/TestHttpSource',
'host' => 'raw.github.com',
'host' => 'raw.githubusercontent.com',
'port' => 443,
'timeout' => 5,
'ssl_verify_host' => false
Expand Down

0 comments on commit 8eb692a

Please sign in to comment.