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]