Skip to content

Commit

Permalink
Revert "use git protocol instead of https"
Browse files Browse the repository at this point in the history
This reverts commit 8c2e5ca.
  • Loading branch information
lightsofapollo committed Oct 2, 2014
1 parent 8c2e5ca commit 72d4707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/defaults.js
Expand Up @@ -46,14 +46,14 @@ module.exports = {
// Base details
GITHUB_BASE_REPO: '{{githubBaseRepo}}',
GITHUB_BASE_USER: '{{githubBaseUser}}',
GITHUB_BASE_GIT: 'git://github.com/{{githubBaseUser}}/{{githubBaseRepo}}',
GITHUB_BASE_GIT: 'https://github.com/{{githubBaseUser}}/{{githubBaseRepo}}',
GITHUB_BASE_REV: '{{githubBaseRevision}}',
GITHUB_BASE_BRANCH: '{{githubBaseBranch}}',

// Head details
GITHUB_HEAD_REPO: '{{githubHeadRepo}}',
GITHUB_HEAD_USER: '{{githubHeadUser}}',
GITHUB_HEAD_GIT: 'git://github.com/{{githubHeadUser}}/{{githubHeadRepo}}',
GITHUB_HEAD_GIT: 'https://github.com/{{githubHeadUser}}/{{githubHeadRepo}}',
GITHUB_HEAD_REV: '{{githubHeadRevision}}',
GITHUB_HEAD_BRANCH: '{{githubHeadBranch}}',
},
Expand Down

0 comments on commit 72d4707

Please sign in to comment.