diff --git a/spug_api/apps/exec/executors.py b/spug_api/apps/exec/executors.py index edaf3e9..2c8c884 100644 --- a/spug_api/apps/exec/executors.py +++ b/spug_api/apps/exec/executors.py @@ -40,7 +40,7 @@ class Job: if not self.token: with self.ssh: return self.ssh.exec_command(self.command) - self.send('\x1b[36m### Executing ...\x1b[0m\r') + self.send('\x1b[36m### Executing ...\x1b[0m\r\n') code = -1 try: with self.ssh: