Skip to content

Commit

Permalink
[BUGFIX] Missing file PasswordSshLogin.expect in surf.phar (TYPO3#223)
Browse files Browse the repository at this point in the history
- Fixes: TYPO3#222
  • Loading branch information
sabbelasichon authored Nov 9, 2018
1 parent 48121f8 commit 006384d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"main": "surf",
"chmod": "0755",
"files": [
"LICENSE.txt"
"LICENSE.txt",
"Resources/Private/Scripts/PasswordSshLogin.expect"
],
"finder": [
{
Expand Down
2 changes: 1 addition & 1 deletion surf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ foreach ([__DIR__ . '/../../autoload.php', __DIR__ . '/../vendor/autoload.php',
}
}

$app = new \TYPO3\Surf\Cli\Symfony\ConsoleApplication('TYPO3 Surf', '2.0.0-beta8');
$app = new \TYPO3\Surf\Cli\Symfony\ConsoleApplication('TYPO3 Surf', '2.0.0-beta10');
$app->setFactory(new \TYPO3\Surf\Integration\Factory());
$app->run();

0 comments on commit 006384d

Please sign in to comment.