Skip to content

Commit ab810f9

Browse files
committed
fix Q giving stupid import
1 parent 9aae094 commit ab810f9

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
@@ -8,7 +8,7 @@ import { ToolkitError } from '../../shared/errors'
88
import { tryRun } from '../../shared/utilities/pathFind'
99
import { Timeout } from '../../shared/utilities/timeoutUtils'
1010
import { findAsync } from '../../shared/utilities/collectionUtils'
11-
import { RunParameterContext } from '../../shared/utilities/childProcess'
11+
import { RunParameterContext } from '../../shared/utilities/processUtils'
1212

1313
type sshKeyType = 'rsa' | 'ed25519'
1414

0 commit comments

Comments
 (0)