We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d608665 commit 3e1369aCopy full SHA for 3e1369a
src/Commands/DatabaseTunnelCommand.php
@@ -74,7 +74,7 @@ protected function findCompatibleJumpBox(array $database)
74
: $jumpBoxes->firstWhere('version', '>', 1);
75
76
if (is_null($jumpBox)) {
77
- Helpers::abort('A compatible jumpbox is required in order to start a shell session.');
+ Helpers::abort('A compatible jumpbox is required in order to create a tunnel.');
78
}
79
80
return $jumpBox;
0 commit comments