Remove plugin from config

This commit is contained in:
Chris Roberts 2021-07-29 14:51:02 -07:00 committed by Paul Hinze
parent b553544808
commit 361fb21ba0
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -22,7 +22,6 @@ type Config struct {
Basis *Basis
Project *Project
Plugin []*Plugin
pathData map[string]string
ctx *hcl.EvalContext
}