Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
flotter committed Aug 28, 2024
1 parent bd65e52 commit a7ae9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/plan/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ func ParseLayer(order int, label string, data []byte) (*Layer, error) {
"checks": &layer.Checks,
"log-targets": &layer.LogTargets,
}
// Make sure builtinSections contains the exact same fields as expected
// Make sure builtins contains the exact same fields as expected
// in the Layer type.
if !mapMatchKeys(builtins, builtinSections) {
panic("internal error: parsed fields and layer fields differ")
Expand Down

0 comments on commit a7ae9ba

Please sign in to comment.