mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Remove reference to unused reload_paths option (#2322)
The option was removed in bedf235ff6
.
However, it wasn't deleted from the params hash, so a nil value is
always being passed in.
This commit is contained in:
parent
3d6011d7b9
commit
1bea29f8bd
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ module Middleman::Cli
|
|||
params = {
|
||||
debug: options['verbose'],
|
||||
instrumenting: options['instrument'],
|
||||
reload_paths: options['reload_paths'],
|
||||
daemon: options['daemon']
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue