lib/puppet-check/tasks.rb in puppet-check-2.0.1 vs lib/puppet-check/tasks.rb in puppet-check-2.1.0
- old
+ new
@@ -1,10 +1,10 @@
begin
require 'rake/tasklib'
rescue LoadError
raise 'Rake is not installed and you are attempting to execute Rake tasks with Puppet Check. Please install Rake before continuing.'
end
-require_relative '../puppet-check'
+require_relative '../puppet_check'
# the rake interface for PuppetCheck
class PuppetCheck::Tasks < ::Rake::TaskLib
def initialize
desc 'Execute all Puppet-Check checks'