This commit is contained in:
Petr Korolev 2014-11-06 10:37:53 +02:00
parent 4931383fd2
commit 8e2e6d82c6

View File

@ -193,8 +193,5 @@ class ChangelogGenerator
end end
if __FILE__ == $0 if __FILE__ == $0
ChangelogGenerator.new.compund_changelog
log_generator = ChangelogGenerator.new
log_generator.compund_changelog
end end