Skip to content

Commit

Permalink
removing redundant flag that breaks stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Nov 18, 2016
1 parent b249e34 commit 49c9260
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/MetaCPAN/Script/Watcher.pm
Expand Up @@ -168,8 +168,7 @@ sub index_release {

my @run = (
$FindBin::RealBin . "/metacpan",
'release', $archive, '--latest', '--queue', '--index',
$self->index->name
'release', $archive, '--latest', '--queue'
);
log_debug {"Running @run"};
system(@run) unless ( $self->dry_run );
Expand Down

0 comments on commit 49c9260

Please sign in to comment.