Skip to content

Commit 0860af0

Browse files
committed
fix bug where didnt use explorer region
1 parent bfa291e commit 0860af0

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
@@ -50,7 +50,7 @@ export async function activate(ctx: ExtContext): Promise<void> {
5050
}),
5151

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

0 commit comments

Comments
 (0)