Merge pull request #43 from schwing/prettyprint
PrettyPrint class is included using lowercase 'pp'
This commit is contained in:
commit
de6763aa3a
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env ruby
|
||||
require 'optparse'
|
||||
require 'PP'
|
||||
require 'pp'
|
||||
require_relative 'version'
|
||||
|
||||
module GitHubChangelogGenerator
|
||||
|
@ -94,4 +94,4 @@ module GitHubChangelogGenerator
|
|||
options
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user