From 11f44d588ef6ac89953819a803a15953eda0d602 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Wed, 15 Mar 2006 13:03:14 +0000 Subject: [PATCH] Refer to the correct metadata file now that names have changed. --- build/addresses.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/addresses.pl b/build/addresses.pl index bfbba225..56299e43 100644 --- a/build/addresses.pl +++ b/build/addresses.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -open(XML,"../sdss-sites-13.xml") || die "could not open input file"; +open(XML,"../xml/sdss-metadata-unsigned.xml") || die "could not open input file"; while () { if (/mailto:(.*)<\/EmailAddress>/) {