summaryrefslogtreecommitdiff
path: root/nightly
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-03 12:57:43 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-03 12:57:43 +0100
commit8b46f5a4f389d7cd54f6e8b38025d275f9d3ed1b (patch)
tree3d786b2f371db0f097abf11438def17beac820cf /nightly
parent5f243f1e9e0a8e12cd8a2267bcec3140d21bf445 (diff)
parentd5378ac285f200a9a75b52030856c77f4697325f (diff)
Merge branch 'development' of github.com:helma/opentox-validation into development
Conflicts: application.rb example.rb report/report_persistance.rb
Diffstat (limited to 'nightly')
-rw-r--r--nightly/nightly.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/nightly/nightly.rb b/nightly/nightly.rb
index f402691..f68691e 100644
--- a/nightly/nightly.rb
+++ b/nightly/nightly.rb
@@ -98,7 +98,7 @@ class Nightly
end
#benchmarks.collect{|b| b.uris}.join(",")
- File.join(@@config[:services]["opentox-validation"],"nightly")
+ File.join(CONFIG[:services]["opentox-validation"],"nightly")
end
if defined?(halt)
halt 202,task_uri
@@ -219,4 +219,4 @@ class Nightly
end
end
-end \ No newline at end of file
+end