Skip to content

Commit

Permalink
Remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
rodjek committed Sep 22, 2014
1 parent 763575c commit c7c36bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/puppet-lint/tasks/puppet-lint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def define(args, &task_block)

task @name do
PuppetLint::OptParser.build
PuppetLint.configuration.with_filename = @with_filename

Array(@disable_checks).each do |check|
PuppetLint.configuration.send("disable_#{check}")
Expand Down

0 comments on commit c7c36bb

Please sign in to comment.