Skip to content

Commit 9ec9261

Browse files
committed
Added check if repo has ending slash
1 parent 203831b commit 9ec9261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ public function installExtensionFromFolder($path, $type = 'Extension')
337337
$this->debug('I enter the Path');
338338

339339
//Make sure path has an ending slash
340-
$path = rtrim($path, "/") . "/";
340+
$path = rtrim($path, "/") . "/";
341341

342342
$I->fillField(['id' => 'install_directory'], $path);
343343
// @todo: we need to find a better locator for the following Install button

0 commit comments

Comments
 (0)