Renamed actionplan_compute_indexes to compute_actionplan_indexes

This commit is contained in:
Trial97
2019-08-20 13:59:44 +03:00
committed by Dan Christian Bogos
parent b7f9c8b7f7
commit 951ba32023

View File

@@ -24,7 +24,7 @@ import (
func init() {
c := &CmdComputeActionPlanIndexes{
name: "actionplan_compute_indexes",
name: "compute_actionplan_indexes",
rpcMethod: utils.ApierV1ComputeActionPlanIndexes,
rpcParams: new(EmptyWrapper),
}