Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Mar 3, 2024
1 parent 828db85 commit 92f52eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/get_video.php
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ function delete($message)
if ($video->type == 'committee') {
$metadata['committee'] = $video->committee;
}
file_put_contents('video/metadata.json', json_encode($metadata));
file_put_contents('../video/metadata.json', json_encode($metadata));

$video_handler = new Video();

Expand Down

0 comments on commit 92f52eb

Please sign in to comment.