lib: It is called mcl officially for a while now

This commit is contained in:
James Shubin
2025-04-28 00:31:14 -04:00
parent 47aecd25c3
commit 4b1548488d

View File

@@ -811,7 +811,7 @@ func (obj *Main) Run() error {
}
var timing time.Time
// make the graph from yaml, lib, puppet->yaml, or dsl!
// make the graph from yaml, lib, puppet->yaml, or mcl!
timing = time.Now()
newGraph, err := gapiImpl.Graph() // generate graph!
if err != nil {