mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Refactor
This commit is contained in:
parent
e2528d93dd
commit
239f64c278
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module Ameba::Cli
|
|||
raise "Invalid usage: Cannot explain an issue and autocorrect at the same time."
|
||||
end
|
||||
|
||||
config = Config.load path: opts.config, colors: opts.colors?, skip_reading_config: opts.skip_reading_config?
|
||||
config = Config.load opts.config, opts.colors?, opts.skip_reading_config?
|
||||
config.autocorrect = autocorrect
|
||||
|
||||
if globs = opts.globs
|
||||
|
|
Loading…
Reference in a new issue