From 47b6fb0d08356a1283b41a696fc56eb0afefaa93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=97=E5=AE=87?= Date: Fri, 15 May 2020 17:10:22 +1200 Subject: [PATCH] More changes as suggested by @Darkren --- cmd/skywire-cli/commands/visor/gen-config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/skywire-cli/commands/visor/gen-config.go b/cmd/skywire-cli/commands/visor/gen-config.go index 19e99fea41..578f8e0db9 100644 --- a/cmd/skywire-cli/commands/visor/gen-config.go +++ b/cmd/skywire-cli/commands/visor/gen-config.go @@ -54,6 +54,8 @@ var genConfigCmd = &cobra.Command{ Run: func(_ *cobra.Command, _ []string) { var conf *visor.Config + // TODO(evanlinjin): Decide whether we still need this feature in the future. + // https://github.com/SkycoinProject/skywire-mainnet/pull/360#discussion_r425080223 switch configLocType { case pathutil.WorkingDirLoc: var err error