From 550da20a89f965bb0cb89e41feed55ed5eded752 Mon Sep 17 00:00:00 2001 From: saint Date: Wed, 28 Aug 2024 21:02:47 +1000 Subject: [PATCH] v0.55 Exception handling for topic or user entries in SQLite that are no (longer) in the Discourse DB --- goss-setmd5pwhash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goss-setmd5pwhash.rb b/goss-setmd5pwhash.rb index 8ec1a75..e4494a1 100644 --- a/goss-setmd5pwhash.rb +++ b/goss-setmd5pwhash.rb @@ -1,5 +1,5 @@ # Load the Discourse environment -require File.expand_path("../../../config/environment", __FILE__) +require File.expand_path("../../../../config/environment", __FILE__) # require_relative '/var/www/discourse/config/environment'