This commit is contained in:
Petr Korolev
2014-11-06 10:37:53 +02:00
parent 4931383fd2
commit 8e2e6d82c6
+1 -4
View File
@@ -193,8 +193,5 @@ class ChangelogGenerator
end
if __FILE__ == $0
log_generator = ChangelogGenerator.new
log_generator.compund_changelog
ChangelogGenerator.new.compund_changelog
end