if (_.includes(message, 'ERR!')) {
      console.info(project.hostname, text.UPDATE_FAIL);

      return ssh.kill('SIGINT');
    }