Skip to content

Commit 2ba9647

Browse files
committed
fixup: localhost
1 parent 8f90ca8 commit 2ba9647

File tree

1 file changed

+1
-1
lines changed
  • components/ide/jetbrains/launcher

1 file changed

+1
-1
lines changed

components/ide/jetbrains/launcher/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ func isBackendPluginReady(ctx context.Context, backendPort string, shouldWaitBac
351351
}
352352
log.WithField("backendPort", backendPort).Debug("wait backend plugin to be ready")
353353
// Use op=metrics so that we don't need to rebuild old backend-plugin
354-
url, err := url.Parse("http://localhost:" + backendPort + "/api/gitpod/cli?op=metrics")
354+
url, err := url.Parse("http://127.0.0.1:" + backendPort + "/api/gitpod/cli?op=metrics")
355355
if err != nil {
356356
return err
357357
}

0 commit comments

Comments
 (0)