Add missing ] in self.watch string
This commit is contained in:
parent
d8f328b87c
commit
5b2e95b443
|
@ -62,7 +62,7 @@ module Jekyll
|
||||||
|
|
||||||
dw.add_observer do |*args|
|
dw.add_observer do |*args|
|
||||||
t = Time.now.strftime("%Y-%m-%d %H:%M:%S")
|
t = Time.now.strftime("%Y-%m-%d %H:%M:%S")
|
||||||
puts "[#{t} regeneration: #{args.size} files changed"
|
puts "[#{t}] regeneration: #{args.size} files changed"
|
||||||
site.process
|
site.process
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue