Skip to content

Commit

Permalink
fix: add missing closing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
spyderdfx committed Dec 14, 2016
1 parent c873563 commit 6349477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/apress/gems/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def changelog
Apress::ChangeLogger.new.log_changes

spawn 'git add CHANGELOG.md'
spawn "git commit -m 'Update CHANGELOG.md"
spawn "git commit -m 'Update CHANGELOG.md'"

puts 'CHANGELOG.md generated'
end
Expand Down

0 comments on commit 6349477

Please sign in to comment.