Skip to content

Commit

Permalink
Update internal/schema/module.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alec Thomas <[email protected]>
  • Loading branch information
matt2e and alecthomas committed Nov 6, 2024
1 parent 2ac197e commit d07172b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/schema/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func (m *Module) ToProto() proto.Message {
if m.Runtime.Arch != "" {
runtime.Arch = &m.Runtime.Arch
}
if m.Runtime.Arch != "" {
if m.Runtime.Image != "" {
runtime.Image = &m.Runtime.Image
}
}
Expand Down

0 comments on commit d07172b

Please sign in to comment.