Skip to content

Commit 3e1369a

Browse files
committed
Fix compatible jumpbox message
1 parent d608665 commit 3e1369a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/DatabaseTunnelCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ protected function findCompatibleJumpBox(array $database)
7474
: $jumpBoxes->firstWhere('version', '>', 1);
7575

7676
if (is_null($jumpBox)) {
77-
Helpers::abort('A compatible jumpbox is required in order to start a shell session.');
77+
Helpers::abort('A compatible jumpbox is required in order to create a tunnel.');
7878
}
7979

8080
return $jumpBox;

0 commit comments

Comments
 (0)