undo local changelog change

This commit is contained in:
James Lopez 2016-11-25 10:01:11 +01:00
parent 2e54454e61
commit 0c4c5408aa

View file

@ -80,8 +80,6 @@ class ChangelogEntry
unless options.dry_run
write
%x{git add #{file_path}}
amend_commit if options.amend
end
end