From e57c67b7484ac5089bd090832a827847a4f80784 Mon Sep 17 00:00:00 2001 From: Hermann Mayer Date: Mon, 13 Jan 2025 09:31:39 +0100 Subject: [PATCH] one of many Signed-off-by: Hermann Mayer --- lib/countless.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/countless.rb b/lib/countless.rb index f291b74..1198b83 100644 --- a/lib/countless.rb +++ b/lib/countless.rb @@ -23,7 +23,7 @@ module Countless # Do not automatically load the Rake tasks loader.ignore("#{__dir__}/countless/rake_tasks.rb") - loader.do_not_eager_load(root_path.join('configuration')) + loader.do_not_eager_load(root_path.join('configuration.rb')) # Finish the auto loader configuration loader.setup