Fix rubocop issues.

This commit is contained in:
Parker Moore 2016-05-19 21:34:30 -07:00
parent 12deccc513
commit f3a29677f9
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 4 additions and 1 deletions

View File

@ -72,7 +72,10 @@ class Jekyll::ThemeBuilder
%w(example/_config.yml example/index.html example/style.scss).each do |filename|
write_file(filename, template(filename))
end
write_file("example/_posts/#{Time.now.strftime("%Y-%m-%d")}-my-example-post.md", template("example/_post.md"))
write_file(
"example/_posts/#{Time.now.strftime("%Y-%m-%d")}-my-example-post.md",
template("example/_post.md")
)
end
def initialize_git_repo