Update function call name fo init operation

This commit is contained in:
Chris Roberts 2022-07-06 12:54:05 -07:00
parent 51d8c84740
commit 5df92814c7

View File

@ -17,7 +17,7 @@ func (r *Runner) executeInitOp(
panic("operation not expected type")
}
x, err := basis.Init()
x, err := basis.RunInit()
result = &vagrant_server.Job_Result{
Init: x,
}