Skip to content

Commit

Permalink
Update credit_line
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed Jul 24, 2018
1 parent 61dbfaf commit d2c29b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github_changelog_generator/generator/generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def compound_changelog

log += File.read(@options[:base]) if File.file?(@options[:base])

credit_line = "\n\n\\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*"
credit_line = "\n\n\\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*"
log.gsub!(/#{credit_line}(\n)?/, "") # Remove old credit lines
log += "#{credit_line}\n"

Expand Down

0 comments on commit d2c29b6

Please sign in to comment.