This commit is contained in:
Roberto Alsina 2024-07-04 10:58:32 -03:00
parent 99fa759880
commit 88a444f9f7
2 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,5 @@
module Faaso
module Commands
# Controls a funko's scale
#
# Scale is how many instances are running.

View File

@ -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)