From 4465adf943eb3f9e6598b46c2a8dcf5e4424a05d Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 27 Oct 2017 09:29:17 +0200 Subject: [PATCH] Linting --- lib/github_changelog_generator/parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github_changelog_generator/parser.rb b/lib/github_changelog_generator/parser.rb index dd8aa9c..f2c8949 100755 --- a/lib/github_changelog_generator/parser.rb +++ b/lib/github_changelog_generator/parser.rb @@ -23,7 +23,7 @@ module GitHubChangelogGenerator unless options[:user] && options[:project] warn "Configure which user and project to work on." warn "Options --user and --project, or settings to that effect. See --help for more." - abort(parser.banner) + abort(parser.banner) end options.print_options