Skip to content

Commit b57c36b

Browse files
committed
oops
1 parent ab32f13 commit b57c36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spur/ssh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def send_signal(self, signal):
426426
self._shell.run(["kill", "-{0}".format(signal), str(self.pid)])
427427

428428
def kill(self):
429-
self._shell.run(self._shell._shell_type.gen_kill_command(self.pid))
429+
self._shell.run(self._shell._shell_type.generate_kill_command(self.pid))
430430

431431
def wait_for_result(self):
432432
if self._result is None:

0 commit comments

Comments
 (0)