Skip to content

Commit

Permalink
refactor: options refactor complete, all tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
neilotoole committed Apr 26, 2023
1 parent 332ce83 commit 5dda33a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/config/yamlstore/defaultload.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ func Load(ctx context.Context, osArgs []string, optsReg *options.Registry,
err error
)

_ = options.Registry{}

if cfgDir, ok, _ = getConfigDirFromFlag(osArgs); ok {
origin = originFlag
} else if cfgDir, ok = getConfigDirFromEnv(); ok {
Expand Down

0 comments on commit 5dda33a

Please sign in to comment.