From 771c41d2280fdfc98127f605b5b7df60f9db2c87 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Fri, 22 Feb 2019 22:39:07 -0800 Subject: [PATCH] Rename some files to fix build --- cmd/{geth => gubiq}/bugcmd.go | 0 cmd/{geth => gubiq}/config.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename cmd/{geth => gubiq}/bugcmd.go (100%) rename cmd/{geth => gubiq}/config.go (100%) diff --git a/cmd/geth/bugcmd.go b/cmd/gubiq/bugcmd.go similarity index 100% rename from cmd/geth/bugcmd.go rename to cmd/gubiq/bugcmd.go diff --git a/cmd/geth/config.go b/cmd/gubiq/config.go similarity index 100% rename from cmd/geth/config.go rename to cmd/gubiq/config.go