Skip to content

Commit 7f1618a

Browse files
author
Andrea Falzetti
committed
fix: merge conflict
1 parent ed4c972 commit 7f1618a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/supervisor/pkg/supervisor/supervisor.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,11 +296,7 @@ func Run(options ...RunOption) {
296296
} else {
297297
topService.Observe(ctx)
298298

299-
<<<<<<< HEAD
300299
if !cfg.isHeadless() && !opts.RunGP {
301-
=======
302-
if !cfg.isHeadless() {
303-
>>>>>>> 8432f8b2f ([supervisor] make it compatible with run-gp)
304300
go startAnalyze(ctx, cfg, gitpodConfigService, topService, gitpodService)
305301
}
306302
if !strings.Contains("ephemeral", cfg.WorkspaceClusterHost) {

0 commit comments

Comments
 (0)