Unverified Commit 46f4feb1 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1330 from ethereum/typo

Fix Typo
parents cf29c3fe a9de3063
...@@ -8,7 +8,7 @@ module.exports = class CompilerImports { ...@@ -8,7 +8,7 @@ module.exports = class CompilerImports {
this.previouslyHandled = {} // cache import so we don't make the request at each compilation. this.previouslyHandled = {} // cache import so we don't make the request at each compilation.
} }
handleGithubCal (root, path, cb) { handleGithubCall (root, path, cb) {
return request.get( return request.get(
{ {
url: 'https://api.github.com/repos/' + root + '/contents/' + path, url: 'https://api.github.com/repos/' + root + '/contents/' + path,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment