Skip to content

Commit

Permalink
perl tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
david-dick committed Jun 30, 2024
1 parent cce66db commit fe8efee
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/Firefox/Marionette.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11893,12 +11893,9 @@ sub install {
my $actual_path;
if ( $self->_ssh() ) {
if ( !$self->_addons_directory() ) {
$self->{_root_directory} = $self->_get_remote_root_directory();
$self->{_root_directory} = $self->_get_remote_root_directory();
$self->{_addons_directory} = $self->_make_remote_directory(
$self->_remote_catfile(
$self->{_root_directory}, 'addons'
)
);
$self->_remote_catfile( $self->{_root_directory}, 'addons' ) );
}
my ( $volume, $directories, $name ) =
File::Spec->splitpath("$xpi_path");
Expand Down

0 comments on commit fe8efee

Please sign in to comment.