From b468da449f8be572310b9ac230c5b9fe9bf04fcd Mon Sep 17 00:00:00 2001 From: Kord Campbell Date: Fri, 18 Nov 2022 09:44:54 -0600 Subject: [PATCH] fixes FB-1768, two entries for the holder command (cherry picked from commit 875c7492fee6b66b00cb39fa5c1f9f09de1eb1a8) --- cmd/root.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 656649a9e..2a5e269d2 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -101,7 +101,6 @@ at https://docs.featurebase.com/. rc.AddCommand(newRBFCommand(stdin, stdout, stderr)) rc.AddCommand(newServeCmd(stdin, stdout, stderr)) rc.AddCommand(newHolderCmd(stdin, stdout, stderr)) - rc.AddCommand(newHolderCmd(stdin, stdout, stderr)) rc.AddCommand(newKeygenCommand(stdin, stdout, stderr)) rc.AddCommand(newCLICommand(stdin, stdout, stderr)) rc.AddCommand(newDAXCommand(stdin, stdout, stderr))