Skip to content

Commit

Permalink
Update detect.go
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
Daniel Mikusa authored Apr 2, 2020
1 parent 6f59ab3 commit d9727e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type BuildPlan struct {

// Or is a list of additional BuildPlans that may be selected by the
// lifecycle
Or []BuildPlan `toml:"or,omitepty"`
Or []BuildPlan `toml:"or,omitempty"`
}

// BuildPlanProvision is a representation of a dependency that can be provided
Expand Down

0 comments on commit d9727e8

Please sign in to comment.