diff --git a/console/actionplan_indexes_compute.go b/console/compute_actionplan_indexes.go similarity index 97% rename from console/actionplan_indexes_compute.go rename to console/compute_actionplan_indexes.go index a6a1a77b6..35c4423cd 100644 --- a/console/actionplan_indexes_compute.go +++ b/console/compute_actionplan_indexes.go @@ -24,7 +24,7 @@ import ( func init() { c := &CmdComputeActionPlanIndexes{ - name: "actionplan_compute_indexes", + name: "compute_actionplan_indexes", rpcMethod: utils.ApierV1ComputeActionPlanIndexes, rpcParams: new(EmptyWrapper), }