fix hash handling
This commit is contained in:
parent
c1510cfdcc
commit
ee8e506d02
@ -42,7 +42,9 @@ module Guard
|
||||
end
|
||||
|
||||
def rocco_options
|
||||
@options[:stylesheet] ? {stylesheet: @options[:stylesheet]} : {}
|
||||
opts = @options.dup
|
||||
opts.delete(:dir)
|
||||
opts
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user