Skip to content

Commit

Permalink
Refer to the correct metadata file now that names have changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Mar 15, 2006
1 parent 4774236 commit 11f44d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/addresses.pl
Original file line number Diff line number Diff line change
@@ -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 (<XML>) {
if (/<EmailAddress>mailto:(.*)<\/EmailAddress>/) {
Expand Down

0 comments on commit 11f44d5

Please sign in to comment.