lint
This commit is contained in:
parent
99fa759880
commit
88a444f9f7
@ -1,13 +1,12 @@
|
||||
module Faaso
|
||||
module Commands
|
||||
|
||||
# Controls a funko's scale
|
||||
#
|
||||
#
|
||||
# Scale is how many instances are running.
|
||||
#
|
||||
#
|
||||
# If it's increased, more instances are created.
|
||||
# It it's decreased, instances are destroyed.
|
||||
#
|
||||
#
|
||||
# In both cases stopped instances after the required
|
||||
# scale is reached are deleted.
|
||||
struct Scale
|
||||
|
@ -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