Skip to content

Commit 9be0f8e

Browse files
committed
redo import
1 parent 0b6d47a commit 9be0f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/awsService/ec2/sshKeyPair.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class SshKeyPair {
4747
* @param keyType type of key to generate.
4848
*/
4949
public static async tryKeyGen(keyPath: string, keyType: sshKeyType): Promise<boolean> {
50-
const overrideKeys = async (proc: ChildProcess, text: string) => {
50+
const overrideKeys = async (proc: ChildProcess, _t: string) => {
5151
await proc.send('yes')
5252
}
5353
return !(await tryRun(

0 commit comments

Comments
 (0)