Skip to content

Commit

Permalink
Fix local package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ferki committed Jul 29, 2023
1 parent aa3d586 commit 577657d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -5,6 +5,7 @@ Revision history for Rex

[BUG FIXES]
- Fix checking test git repository
- Fix local package installation

[DOCUMENTATION]

Expand Down
2 changes: 1 addition & 1 deletion lib/Rex/Pkg/Base.pm
Expand Up @@ -62,7 +62,7 @@ sub update {
my ( $self, $pkg, $option ) = @_;

my $version = $option->{'version'} || '';
my $env = $option->{'env'} || ();
my $env = $option->{'env'} || {};

Rex::Logger::debug( "Installing $pkg" . ( $version ? "-$version" : "" ) );
my $cmd;
Expand Down

0 comments on commit 577657d

Please sign in to comment.