as reported at: http://forum.middlemanapp.com/discussion/comment/177
This commit is contained in:
parent
0f7f2b8b0c
commit
fa123c1c70
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ module Middleman
|
||||||
if options.has_key? "clean"
|
if options.has_key? "clean"
|
||||||
clean = options.clean
|
clean = options.clean
|
||||||
else
|
else
|
||||||
clean = shared_inst.options.clean
|
clean = self.middleman_options.clean
|
||||||
end
|
end
|
||||||
|
|
||||||
if clean
|
if clean
|
||||||
|
|
Loading…
Reference in a new issue