aboutsummaryrefslogtreecommitdiff
path: root/check.cgi
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2014-11-13 00:30:39 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2014-11-13 00:30:39 +0100
commit853dc8b41fc70b3fc85930481bf95e1dfcaba90c (patch)
treec217614fbd3707b921408065e30869e8f1e08238 /check.cgi
parentdaaa0829051485d0c34f773ddfaeb71be9072158 (diff)
port to ruby2.1
Diffstat (limited to '')
-rwxr-xr-xcheck.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.cgi b/check.cgi
index a526523..c893ca0 100755
--- a/check.cgi
+++ b/check.cgi
@@ -33,7 +33,7 @@ begin
hints << "You might want to config your environment within the file 'config.rb' (see 'config_sample.rb' for a starting point)" unless File.exists?("config.rb")
begin
- require "dudle"
+ require_relative "dudle"
#require "rubygems"
#require "atom" FIXME: rename atom.rb
rescue LoadError => e