Skip to content

Commit d06cb31

Browse files
committed
feat: add ssh encryption command
1 parent 87c02af commit d06cb31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/commands/generate/ssh/decrypt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { pipeline } from "node:stream";
21
import { decryptSsh } from "#core/crypto";
2+
import { pipeline } from "#core/stream";
33
import Command from "#lib/command";
44

55
export default class extends Command {

lib/commands/generate/ssh/encrypt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { pipeline } from "node:stream";
1+
import { pipeline } from "#code/stream";
22
import { encryptSsh } from "#core/crypto";
33
import Command from "#lib/command";
44

0 commit comments

Comments
 (0)