We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6d47a commit 9be0f8eCopy full SHA for 9be0f8e
packages/core/src/awsService/ec2/sshKeyPair.ts
@@ -47,7 +47,7 @@ export class SshKeyPair {
47
* @param keyType type of key to generate.
48
*/
49
public static async tryKeyGen(keyPath: string, keyType: sshKeyType): Promise<boolean> {
50
- const overrideKeys = async (proc: ChildProcess, text: string) => {
+ const overrideKeys = async (proc: ChildProcess, _t: string) => {
51
await proc.send('yes')
52
}
53
return !(await tryRun(
0 commit comments