summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'projects/devdashboard/herds.rb')
-rw-r--r--projects/devdashboard/herds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/devdashboard/herds.rb b/projects/devdashboard/herds.rb
index e8dec6b..b1606a5 100644
--- a/projects/devdashboard/herds.rb
+++ b/projects/devdashboard/herds.rb
@@ -12,7 +12,7 @@ module Herds
end
def Herds.indexHerds(developers)
- herdsxml = '/local/home/checkouts/gentoo-website/xml/htdocs/proj/en/metastructure/herds/herds.xml'
+ herdsxml = '/home/nichoj/checkouts/gentoo-website/xml/htdocs/proj/en/metastructure/herds/herds.xml'
file = File.new(herdsxml)
doc = Document.new(file)
root = doc.root