We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d09bb commit bf022bbCopy full SHA for bf022bb
src/Jobs/CreateTunnel.php
@@ -105,7 +105,7 @@ protected function verifyTunnel()
105
* Use pkill to kill the SSH tunnel
106
*/
107
108
- public function destoryTunnel(){
+ public function destroy(){
109
$ssh_command = preg_replace('/[\s]{2}[\s]*/',' ',$this->sshCommand);
110
return $this->runCommand('pkill -f "'.$ssh_command.'"');
111
}
0 commit comments