Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Switch to git+https For Message Panel Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joefitzgerald committed Jan 5, 2015
1 parent 61fe9eb commit c2b8235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/goexecutable.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class GoExecutable
if go.cover() isnt false and not updateExistingTools
done()
else
@executor.exec(go.executable, false, gogetenv, done, ['get', '-u', 'golang.org/x/tools/cmd/cover']) # TODO: Switch To New Path Once Go 1.4 Is Released
@executor.exec(go.executable, false, gogetenv, done, ['get', '-u', 'golang.org/x/tools/cmd/cover'])
(callback) =>
done = (exitcode, stdout, stderr) =>
callback(null)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"async": ">=0.9.0",
"atom-message-panel": "git://github.com/joefitzgerald/atom-message-panel.git#go-plus",
"atom-message-panel": "git+https://github.com/joefitzgerald/atom-message-panel.git#go-plus",
"emissary": "1.x",
"fs-plus": "2.x",
"glob": ">=4.0.6",
Expand Down

0 comments on commit c2b8235

Please sign in to comment.