Author: dom Date: 2007-07-02 14:45:46 +0100 (Mon, 02 Jul 2007) New Revision: 1103
Modified: utils/get-guide-versions Log: Restore full path to output file (munged in [879]).
Modified: utils/get-guide-versions =================================================================== --- utils/get-guide-versions 2007-07-02 13:36:29 UTC (rev 1102) +++ utils/get-guide-versions 2007-07-02 13:45:46 UTC (rev 1103) @@ -7,7 +7,7 @@ use XML::Simple; use LWP::UserAgent;
-my $out = "versions.html"; +my $out = "/srv/www/dev.openguides.org/html/static/versions.html";
my %guides = ( Birmingham => 'http://birmingham.openguides.org/', Cotswolds => 'http://cotswolds.openguides.org/',