Skip to content

Commit

Permalink
More changes as suggested by @Darkren
Browse files Browse the repository at this point in the history
  • Loading branch information
志宇 committed May 15, 2020
1 parent 74b660f commit 47b6fb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/skywire-cli/commands/visor/gen-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47b6fb0

Please sign in to comment.