From a99e142163a6fc53708b7770b12833210aeaf646 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Tue, 23 Dec 2008 00:47:24 -0800 Subject: [PATCH] report success from a normal jekyll run --- bin/jekyll | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/jekyll b/bin/jekyll index 34a70b71..d746806f 100755 --- a/bin/jekyll +++ b/bin/jekyll @@ -105,6 +105,7 @@ if options[:auto] end else Jekyll.process(source, destination) + puts "Successfully generated site in #{destination}" end if options[:server]