Skip to content

Commit e447b48

Browse files
committed
fix hang
1 parent 13128dd commit e447b48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/ssh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function registerSSH(program: Command) {
4949
const key = await readFileOrKey(options.add);
5050
const credential = await postSSHKeys(key);
5151
console.log("Added ssh key");
52-
return;
52+
process.exit(0);
5353
}
5454

5555
cmd.help();

0 commit comments

Comments
 (0)