mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
Update build.rb
parenthesis added to round
This commit is contained in:
committed by
Parker Moore
parent
dbc8530068
commit
d795113e94
@@ -57,7 +57,7 @@ module Jekyll
|
||||
Jekyll.logger.info "Incremental build:", (full_build ? "disabled" : "enabled")
|
||||
Jekyll.logger.info "Generating..."
|
||||
process_site(site)
|
||||
Jekyll.logger.info "", "done in #{(Time.now - t).round 2} seconds."
|
||||
Jekyll.logger.info "", "done in #{(Time.now - t).round(2)} seconds."
|
||||
end
|
||||
|
||||
# Private: Watch for file changes and rebuild the site.
|
||||
|
||||
Reference in New Issue
Block a user