Add missing ] in self.watch string

This commit is contained in:
Tom Bell
2012-12-18 21:54:01 +00:00
parent d8f328b87c
commit 5b2e95b443

View File

@@ -62,7 +62,7 @@ module Jekyll
dw.add_observer do |*args|
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
end