Skip to content

Commit

Permalink
fix: Github commit url
Browse files Browse the repository at this point in the history
  • Loading branch information
rafinskipg committed Nov 23, 2014
1 parent eaaa106 commit c186f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/git_changelog_generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var init = function(params){
[PROVIDER];

LINK_COMMIT = ({
G: '[%s]('+OPTS.repo_url+'/commits/%s)',
G: '[%s]('+OPTS.repo_url+'/commit/%s)',
B: '[%s]('+OPTS.repo_url+'/commits/%s)'})
[PROVIDER];

Expand Down

0 comments on commit c186f2d

Please sign in to comment.