mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 17:28:29 -05:00
Add missing ] in self.watch string
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user