diff --git a/single-scripts/ssh.ts b/single-scripts/ssh.ts index 5b4c3d8..957f407 100755 --- a/single-scripts/ssh.ts +++ b/single-scripts/ssh.ts @@ -172,8 +172,7 @@ async function main() { const sshUsername = username || sshProfile.default_username || sshConfig.default_username || "root"; const sshForwardAgent = sshTsArgs.forwardAgent || - sshProfile.forward_agent || - sshConfig.default_forward_agent || true; + sshProfile.forward_agent || sshConfig.default_forward_agent || true; const sshProxy = sshTsArgs.proxy || sshProfile.proxy || sshConfig.default_proxy || false; if (sshForwardAgent) {