Skip to content

Commit f2000d8

Browse files
committed
Merge branch 'master' of github.com:winton/stasis
2 parents 33b0a7a + 523c4e0 commit f2000d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/stasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ elsif slop.only?
2424
elsif slop.server?
2525
Stasis::Server.new(Dir.pwd, options)
2626
elsif slop.public?
27-
Stasis.new(Dir.pwd, slop[:public], options).render(*slop[:only])
27+
Stasis.new(Dir.pwd, slop[:public], options).render(*(slop[:only].to_a))
2828
else
2929
Stasis.new(Dir.pwd, options).render
3030
end

0 commit comments

Comments
 (0)