From 4023e9e0b4303ba971608cf92917e50dc2dc5697 Mon Sep 17 00:00:00 2001 From: Christopher Franko Date: Wed, 22 Feb 2017 11:19:40 -0500 Subject: [PATCH] Update bugcmd --- cmd/{geth => gexp}/bugcmd.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename cmd/{geth => gexp}/bugcmd.go (94%) diff --git a/cmd/geth/bugcmd.go b/cmd/gexp/bugcmd.go similarity index 94% rename from cmd/geth/bugcmd.go rename to cmd/gexp/bugcmd.go index f218805016..6f87ae986a 100644 --- a/cmd/geth/bugcmd.go +++ b/cmd/gexp/bugcmd.go @@ -26,8 +26,8 @@ import ( "runtime" "strings" - "github.com/ethereum/go-ethereum/cmd/internal/browser" - "github.com/ethereum/go-ethereum/params" + "github.com/expanse-org/go-expanse/cmd/internal/browser" + "github.com/expanse-org/go-expanse/params" cli "gopkg.in/urfave/cli.v1" ) @@ -35,7 +35,7 @@ import ( var bugCommand = cli.Command{ Action: reportBug, Name: "bug", - Usage: "opens a window to report a bug on the geth repo", + Usage: "opens a window to report a bug on the gexp repo", ArgsUsage: " ", Category: "MISCELLANEOUS COMMANDS", } @@ -99,10 +99,10 @@ func printCmdOut(w io.Writer, prefix, path string, args ...string) { const header = `Please answer these questions before submitting your issue. Thanks! #### What did you do? - + #### What did you expect to see? - + #### What did you see instead? - + #### System details `