Skip to content

Commit

Permalink
webspecs#20 proposal; Otherwise it breaks while executing hook to bui…
Browse files Browse the repository at this point in the history
…ld without SSH keys
  • Loading branch information
renoirb committed May 6, 2015
1 parent 903af3a commit a04ca0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Manager.prototype = {
, updateContextForRepo: function (ctx, opt) {
if (opt.repository) {
// git details
ctx.gitRepoURL = "git@github.com:" + opt.repository + ".git";
ctx.gitRepoURL = "https://github.com/" + opt.repository + ".git";
ctx.gitDir = jn(dataDir, "gits", opt.repository);
ctx.repository = opt.repository;
}
Expand Down

0 comments on commit a04ca0f

Please sign in to comment.