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 9aae094 commit ab810f9Copy full SHA for ab810f9
packages/core/src/awsService/ec2/sshKeyPair.ts
@@ -8,7 +8,7 @@ import { ToolkitError } from '../../shared/errors'
8
import { tryRun } from '../../shared/utilities/pathFind'
9
import { Timeout } from '../../shared/utilities/timeoutUtils'
10
import { findAsync } from '../../shared/utilities/collectionUtils'
11
-import { RunParameterContext } from '../../shared/utilities/childProcess'
+import { RunParameterContext } from '../../shared/utilities/processUtils'
12
13
type sshKeyType = 'rsa' | 'ed25519'
14
0 commit comments