Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #554 from metacpan/mickey/unbreak_watcher
Browse files Browse the repository at this point in the history
removing redundant flag that breaks stuff
  • Loading branch information
ranguard committed Nov 18, 2016
2 parents b249e34 + 49c9260 commit 39d9582
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 39d9582

Please sign in to comment.