Skip to content

Commit 3302caf

Browse files
committed
update createCert
1 parent 6b9553b commit 3302caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/awsService/iot/commands/createCert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
*/
55

66
import * as vscode from 'vscode'
7-
import * as fs from 'fs-extra'
87
import * as path from 'path'
98
import { getLogger } from '../../../shared/logger'
109
import { localize } from '../../../shared/utilities/vsCodeUtils'
1110
import { showViewLogsMessage } from '../../../shared/utilities/messages'
1211
import { IotCertsFolderNode } from '../explorer/iotCertFolderNode'
1312
import { fileExists } from '../../../shared/filesystemUtilities'
1413
import { Iot } from 'aws-sdk'
14+
import { fs } from '../../../shared'
1515

1616
// eslint-disable-next-line @typescript-eslint/naming-convention
1717
const MODE_RW_R_R = 0o644 //File permission 0644 rw-r--r-- for PEM files.

0 commit comments

Comments
 (0)