From 951ba3202354da1ebb6cc6e3319fd6f001036ff5 Mon Sep 17 00:00:00 2001 From: Trial97 Date: Tue, 20 Aug 2019 13:59:44 +0300 Subject: [PATCH] Renamed actionplan_compute_indexes to compute_actionplan_indexes --- ...ionplan_indexes_compute.go => compute_actionplan_indexes.go} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename console/{actionplan_indexes_compute.go => compute_actionplan_indexes.go} (97%) 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), }