Skip to content

Commit

Permalink
Add Target dependency (#509)
Browse files Browse the repository at this point in the history
Co-authored-by: Clinton Adams <cadams@lenovo.com>
  • Loading branch information
clad and Clinton Adams authored Apr 23, 2020
1 parent cbb7d0b commit 98f6f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/App/Sqitch/Command/show.pm
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ sub execute {
my ( $self, $type, $key ) = @_;
$self->usage unless $type && $key;

require App::Sqitch::Target;
my $target = $self->target ? App::Sqitch::Target->new(
$self->target_params,
name => $self->target,
Expand Down

0 comments on commit 98f6f12

Please sign in to comment.