diff options
-rw-r--r-- | script/changelog.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/changelog.rb b/script/changelog.rb index e7ecece34..553e8e060 100644 --- a/script/changelog.rb +++ b/script/changelog.rb @@ -310,7 +310,7 @@ module Redmine out_file << "\n" end - out_file << summary(v_name, target, i_cnt, nc_i_cnt, no_of_issues, c_cnt) + summary(v_name, target, i_cnt, nc_i_cnt, no_of_issues, c_cnt) out_file.close end |