1
0
Fork 0
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:
Paul McMahon 2020-05-11 15:15:52 +09:00 committed by GitHub
parent 3d6011d7b9
commit 1bea29f8bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,6 @@ module Middleman::Cli
params = { params = {
debug: options['verbose'], debug: options['verbose'],
instrumenting: options['instrument'], instrumenting: options['instrument'],
reload_paths: options['reload_paths'],
daemon: options['daemon'] daemon: options['daemon']
} }