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
|
#!/usr/bin/env ruby
|
||||||
require 'optparse'
|
require 'optparse'
|
||||||
require 'PP'
|
require 'pp'
|
||||||
require_relative 'version'
|
require_relative 'version'
|
||||||
|
|
||||||
module GitHubChangelogGenerator
|
module GitHubChangelogGenerator
|
||||||
|
@ -94,4 +94,4 @@ module GitHubChangelogGenerator
|
||||||
options
|
options
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user