summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'projects/devdashboard/app/models/herd.rb')
-rw-r--r--projects/devdashboard/app/models/herd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/devdashboard/app/models/herd.rb b/projects/devdashboard/app/models/herd.rb
index f08a2be..c545e4b 100644
--- a/projects/devdashboard/app/models/herd.rb
+++ b/projects/devdashboard/app/models/herd.rb
@@ -7,7 +7,7 @@ class Herd < ActiveRecord::Base
validates_presence_of :name
- HERDS_XML = '/home/nichoj/checkouts/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml'
+ HERDS_XML = '/home/jnichols/checkouts/gentoo-website/xml/htdocs/proj/en/metastructure/herds/herds.xml'
def Herd.load_from_xml
file = File.new(HERDS_XML)