grim/convey

Remove the now unused merge attribute
redux
2021-10-16, Gary Kramlich
0accac3db806
Parents 738aea24df10
Children 9d3b752261c4
Remove the now unused merge attribute
--- a/plans/plans.go Sat Oct 16 04:58:23 2021 -0500
+++ b/plans/plans.go Sat Oct 16 04:58:46 2021 -0500
@@ -41,7 +41,6 @@
type Plan struct {
Environment yaml.StringOrSlice `yaml:"environment"`
Stages []stages.Stage `yaml:"stages"`
- Merge bool `yaml:"merge"`
logger *log.Entry
}