bin/stasis in stasis-0.1.18 vs bin/stasis in stasis-0.1.19

- old
+ new

@@ -22,9 +22,9 @@ elsif slop.only? Stasis.new(Dir.pwd, options).render(*slop[:only]) elsif slop.server? Stasis::Server.new(Dir.pwd, options) elsif slop.public? - Stasis.new(Dir.pwd, slop[:public], options).render(*slop[:only]) + Stasis.new(Dir.pwd, slop[:public], options).render(*(slop[:only].to_a)) else Stasis.new(Dir.pwd, options).render end \ No newline at end of file