File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -259,9 +259,9 @@ var resetCmd = &cobra.Command{
259259
260260//nolint:gochecknoglobals
261261var resetRecoveryCmd = & cobra.Command {
262- Use : "recovery" ,
262+ Use : "recovery" ,
263263 Hidden : true ,
264- Short : "Reset recovery state" ,
264+ Short : "Reset recovery state" ,
265265 RunE : func (cmd * cobra.Command , _ []string ) error {
266266 targetURI , _ := cmd .InheritedFlags ().GetString ("target" )
267267 if targetURI == "" {
@@ -298,9 +298,9 @@ var resetRecoveryCmd = &cobra.Command{
298298
299299//nolint:gochecknoglobals
300300var resetHeartbeatCmd = & cobra.Command {
301- Use : "heartbeat" ,
301+ Use : "heartbeat" ,
302302 Hidden : true ,
303- Short : "Reset heartbeat state" ,
303+ Short : "Reset heartbeat state" ,
304304 RunE : func (cmd * cobra.Command , _ []string ) error {
305305 targetURI , _ := cmd .InheritedFlags ().GetString ("target" )
306306 if targetURI == "" {
You can’t perform that action at this time.
0 commit comments