summaryrefslogtreecommitdiff
path: root/scripts/web/goodreads_library_export.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/web/goodreads_library_export.pl')
-rwxr-xr-xscripts/web/goodreads_library_export.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/web/goodreads_library_export.pl b/scripts/web/goodreads_library_export.pl
index fd1a4f5a..dab510e4 100755
--- a/scripts/web/goodreads_library_export.pl
+++ b/scripts/web/goodreads_library_export.pl
@@ -4,7 +4,8 @@ use warnings;
use Text::CSV_XS qw(csv);
-open my $fh, ">:encoding(utf8)", "$ENV{HOME}/doc/org/goodreads_library_export.org";
+open my $fh,
+ ">:encoding(utf8)", "$ENV{HOME}/doc/howm/2019/goodreads_library_export.org";
my $grle = csv(
in => "$ENV{HOME}/tmp/goodreads_library_export.csv",
headers => 'auto',