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

Commit a150820

Browse files
committed
oops
1 parent baca70d commit a150820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discourse_automation/llm_tool_triage.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# TODO: this is still highly experimental and subject to a lot of change
44
# leaving it off in production for now Sam
5-
if defined?(DiscourseAutomation) && !Rails.production?
5+
if defined?(DiscourseAutomation) && !Rails.env.production?
66
DiscourseAutomation::Scriptable.add("llm_tool_triage") do
77
version 1
88
run_in_background

0 commit comments

Comments
 (0)