summaryrefslogtreecommitdiff
path: root/cmd/cli/reset.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cli/reset.go')
-rw-r--r--cmd/cli/reset.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/cli/reset.go b/cmd/cli/reset.go
index 504d88ad..a5055a53 100644
--- a/cmd/cli/reset.go
+++ b/cmd/cli/reset.go
@@ -26,8 +26,8 @@ func init() {
})
}
-func resetHandler(cmd *cobra.Command, args []string) error {
- const op = errors.Op("reset handler")
+func resetHandler(_ *cobra.Command, args []string) error {
+ const op = errors.Op("reset_handler")
client, err := RPCClient()
if err != nil {
return err