diff options
author | Rob Slifka <robert.slifka@gmail.com> | 2013-08-22 22:01:41 -0700 |
---|---|---|
committer | Rob Slifka <robert.slifka@gmail.com> | 2013-08-22 22:01:41 -0700 |
commit | 7f19c78cd53369cac01c1b107e9147c72de6d22a (patch) | |
tree | b7ddce48c1c55e7a83bfc058e13f87d436035f83 | |
parent | f56cbb55891c9214d66a9eaace4120d0901c62b4 (diff) | |
download | my_new_personal_website-7f19c78cd53369cac01c1b107e9147c72de6d22a.tar.xz my_new_personal_website-7f19c78cd53369cac01c1b107e9147c72de6d22a.zip |
Improved readability
Diffstat (limited to '')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |