mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Fix compatiblity with crystal nightly
This commit is contained in:
parent
41b31a9a3e
commit
25fd493145
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ module Ameba::Cli
|
|||
|
||||
parser.on("-c", "--config PATH",
|
||||
"Specify a configuration file") do |path|
|
||||
opts.config = path
|
||||
opts.config = path unless opts.config.empty?
|
||||
end
|
||||
|
||||
parser.on("-f", "--format FORMATTER",
|
||||
|
|
Loading…
Reference in a new issue