diff --git a/internal/env/snapshot.go b/internal/env/snapshot.go index 1328e72..cd14c81 100644 --- a/internal/env/snapshot.go +++ b/internal/env/snapshot.go @@ -272,7 +272,6 @@ func (snapshot *Snapshot) makeWhitebox(io stream.IOStream, instance Instance) { og := opgroup.NewOpGroup[string](1) // write pathbuilders - // TODO: Move this outside of the up/down stuff! og.GoErr(func(files chan<- string) error { pbPath := filepath.Join(snapshot.Description.Dest, "pathbuilders")