Skip to content

Commit

Permalink
Update formatting to match healty?
Browse files Browse the repository at this point in the history
  • Loading branch information
pathawks committed Feb 11, 2017
1 parent defa160 commit c123b10
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/jekyll/commands/doctor.rb
Expand Up @@ -96,9 +96,11 @@ def urls_only_differ_by_case(site)

def proper_site_url?(site)
url = site.config["url"]
url_exists?(url) &&
url_valid?(url) &&
url_absolute(url)
[
url_exists?(url),
url_valid?(url),
url_absolute(url),
].all?
end

private
Expand Down

0 comments on commit c123b10

Please sign in to comment.