Skip to content

Commit ca6046a

Browse files
committed
make import absolute
1 parent 232d88e commit ca6046a

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/awsService/ec2

1 file changed

+1
-1
lines changed

packages/core/src/awsService/ec2/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { copyToClipboard } from '../../shared/utilities/messages'
88
import { Ec2Selection } from './prompter'
99
import { sshLogFileLocation } from '../../shared/sshConfig'
1010
import { SSM } from 'aws-sdk'
11-
import { getLogger } from '../../shared'
11+
import { getLogger } from '../../shared/logger'
1212

1313
export function getIconCode(instance: SafeEc2Instance) {
1414
if (instance.LastSeenStatus === 'running') {

0 commit comments

Comments
 (0)