diff --git a/src/python/jw/pkg/cmds/projects/CmdListRepos.py b/src/python/jw/pkg/cmds/projects/CmdListRepos.py index c82b024a..2b6c0b88 100644 --- a/src/python/jw/pkg/cmds/projects/CmdListRepos.py +++ b/src/python/jw/pkg/cmds/projects/CmdListRepos.py @@ -33,7 +33,7 @@ class CmdListRepos(Cmd): # export case 'ssh': if re.match(r'ssh://.*git\.janware\.com/', args.base_url): from jw.pkg.lib.ec.SSHClient import ssh_client - ssh = ssh_client(args.base_url) + ssh = ssh_client(args.base_url, interactive=self.app.interactive, verbose_default=self.app.verbose) if username is not None: ssh.set_username(username) if password is not None: