diff --git a/process/files/intradata_get.pl b/process/files/intradata_get.pl index d00af83..4263340 100644 --- a/process/files/intradata_get.pl +++ b/process/files/intradata_get.pl @@ -64,7 +64,7 @@ sub update_project return $_ if (! create_tree($year, $project_id)); - open my $out, ">", "$year/$project_id/butler.xml"; + open my $out, ">", "$basedir/$year/$project_id/butler.xml"; print $out $butler; close $out;