Skip to content

Commit 940c994

Browse files
committed
Merge branch 'hkobew/ec2/linkToCreate' into feature/ec2
2 parents d73b06f + 0860af0 commit 940c994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ec2/activation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export async function activate(ctx: ExtContext): Promise<void> {
5151
}),
5252

5353
Commands.register('aws.ec2.linkToLaunchInstance', async (node?: Ec2Node) => {
54-
await linkToLaunchInstance()
54+
await linkToLaunchInstance(node)
5555
})
5656
)
5757
}

0 commit comments

Comments
 (0)