Update function call name fo init operation
This commit is contained in:
parent
51d8c84740
commit
5df92814c7
@ -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,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user