Skip to content

Commit

Permalink
fixup! fixup! Add an option to bin/fetch to exclude bodies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Feb 16, 2022
1 parent 3359c38 commit 1a179ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/fetch
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ $usage->die if $opts->help;

my %params = (
verbose => $opts->verbose,
bodies => $opts->body,
bodies_exclude => $opts->exclude,
bodies => $opts->body || [],
bodies_exclude => $opts->exclude || [],
);

my $dt = DateTime->now();
Expand Down

0 comments on commit 1a179ea

Please sign in to comment.