Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit b1f27f7

Browse files
committed
FIX: hardcoded require for evals
1 parent 12f00a6 commit b1f27f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/lib/boot.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
Dir.chdir(discourse_path)
3030
# rubocop:enable Discourse/NoChdir
3131

32-
require "/home/sam/Source/discourse/config/environment"
32+
require File.expand_path("../../../../discourse/config/environment", __dir__)
3333

3434
ENV["DISCOURSE_AI_NO_DEBUG"] = "1"
3535
module DiscourseAi::Evals

0 commit comments

Comments
 (0)