Skip to content

Commit

Permalink
skip an intermediary step, as the tempdir is guaranteed to be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge authored and rjbs committed Jun 7, 2020
1 parent f90e596 commit 9cbfcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Dist/Builder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ sub ensure_built_in_tmpdir {
or $self->log('cannot create link .build/latest');
}

$self->ensure_built_in($target);
$self->build_in($target);

return ($target, $latest, $previous);
}
Expand Down

0 comments on commit 9cbfcdd

Please sign in to comment.