lint
This commit is contained in:
parent
99fa759880
commit
88a444f9f7
@ -1,6 +1,5 @@
|
||||
module Faaso
|
||||
module Commands
|
||||
|
||||
# Controls a funko's scale
|
||||
#
|
||||
# Scale is how many instances are running.
|
||||
|
@ -54,7 +54,7 @@ DOC
|
||||
|
||||
ans = Docopt.docopt(doc, ARGV)
|
||||
LogFormat.setup(ans["-v"].to_s.to_i)
|
||||
Log.debug {ans}
|
||||
Log.debug { ans }
|
||||
|
||||
case ans
|
||||
when .fetch("build", false)
|
||||
|
Loading…
Reference in New Issue
Block a user