Skip to content

Commit

Permalink
fix: runtime language was not being set in controller state (#3828)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbillman authored Dec 19, 2024
1 parent 7b03eee commit b46553d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/controller/state/deployments.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func (r *DeploymentCreatedEvent) Handle(t State) (State, error) {
Schema: r.Schema,
Module: r.Module,
Artefacts: map[string]*DeploymentArtefact{},
Language: r.Language,
}
for _, a := range r.Artefacts {
n.Artefacts[a.Digest.String()] = &DeploymentArtefact{
Expand Down

0 comments on commit b46553d

Please sign in to comment.