Skip to content

Commit

Permalink
Merge pull request #28 from hotoo/fix-bitbucket-commit
Browse files Browse the repository at this point in the history
fix(commit): fixed bitbucket's commit scheme
  • Loading branch information
hotoo committed Aug 15, 2015
2 parents abe3e4d + cdaa11e commit 4048faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scheme/bitbucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
'network': '/network',
'tree': '/src/{hash}{path}?at={hash}',
'blob': '/src/{hash}{path}?at={hast}',
'commit': '/commit/{hash}',
'commit': '/commits/{hash}',
'commits': '/commits',
'commits-with-branch': '/commits/{branch-name}',
'milestones': '/admin/issues/milestones',
Expand Down

0 comments on commit 4048faf

Please sign in to comment.