diff --git a/Rakefile b/Rakefile index 8e07281..ce6ba4a 100644 --- a/Rakefile +++ b/Rakefile @@ -338,7 +338,7 @@ task :setup_github_pages, :repo do |t, args| end end jekyll_config = IO.read('_config.yml') - jekyll_config.sub!(/^url:.*$/, "url: #{blog_url(user,project)}") + jekyll_config.sub!(/^url:.*$/, "url: #{blog_url(user, project)}") File.open('_config.yml', 'w') do |f| f.write jekyll_config end