Skip to content

Commit dc2b756

Browse files
committed
adjust comment
1 parent 0e966cb commit dc2b756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('SshKeyUtility', async function () {
2121
let clock: InstalledClock
2222

2323
before(async function () {
24-
// Setup a temporary directory inside of globalStorage since keys need to be in globalStorage subdir
24+
// Setup a temporary directory inside of globalStorage since keys need to be inside globalStorage
2525
temporaryDirectory = path.join(globals.context.globalStorageUri.fsPath, 'SshKeyUtilityTests')
2626
await fs.mkdir(temporaryDirectory)
2727

0 commit comments

Comments
 (0)