Fix rubocop offense.

This commit is contained in:
Parker Moore 2016-06-15 12:50:54 -07:00
parent e85e89bbff
commit 1dbcf97bef
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class Jekyll::ThemeBuilder
def create_directories
mkdir_p(SCAFFOLD_DIRECTORIES)
mkdir_p(%w{example example/_posts})
mkdir_p(%w(example example/_posts))
end
def create_gemspec