diff --git a/mtik_cert_pusher/connector.py b/mtik_cert_pusher/connector.py index 07ccbe8..b67ee6d 100644 --- a/mtik_cert_pusher/connector.py +++ b/mtik_cert_pusher/connector.py @@ -124,7 +124,6 @@ class SSHConnector(Connector): # Copy them in a single scp command cmd = self._scp_args( [ - "-q", *(str(p) for p in tempfile_paths), f"{self.ssh_host}:{remote_directory}", ]