Skip to content

Commit

Permalink
correct rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Jun 8, 2018
1 parent e152b96 commit dc6bcc7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def message
<<-MSG
The custom domain for your GitHub Pages site is pointed at an outdated IP address.
You must update your site's DNS records if you'd like it to be available via your custom domain.
MSG
MSG
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def message
Your site's DNS settings are using a custom subdomain, #{domain.host},
that's set up as an A record. We recommend you change this to a CNAME
record pointing at #{username}.github.io.
MSG
MSG
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def message
Your site's DNS settings are using a custom subdomain, #{domain.host},
that's set up with an AAAA record. GitHub Pages currently does not support
IPv6.
MSG
MSG
end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def message
Your site's DNS settings are using a custom subdomain, #{domain.host},
that's not set up with a correct CNAME record. We recommend you set this
CNAME record to point at #{username}.github.io.
MSG
MSG
end
end
end
Expand Down

0 comments on commit dc6bcc7

Please sign in to comment.