Save butler.xml in right place
This commit is contained in:
parent
51e366b156
commit
1ad8d17e73
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user