Skip to content

Commit

Permalink
init manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Oct 17, 2024
1 parent 426541f commit 52d0fe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/config/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ func (p *PipelineConfig) Update(request *rpc.StartEgressRequest) error {
}

if err := p.updateDirectOutput(req.Track); err != nil {
return nil
return err
}

default:
Expand Down Expand Up @@ -422,6 +422,7 @@ func (p *PipelineConfig) Update(request *rpc.StartEgressRequest) error {
}
}

p.initManifest()
return nil
}

Expand Down

0 comments on commit 52d0fe7

Please sign in to comment.