aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRob Slifka <robert.slifka@gmail.com>2013-08-22 22:01:41 -0700
committerRob Slifka <robert.slifka@gmail.com>2013-08-22 22:01:41 -0700
commit7f19c78cd53369cac01c1b107e9147c72de6d22a (patch)
treeb7ddce48c1c55e7a83bfc058e13f87d436035f83 /Rakefile
parentf56cbb55891c9214d66a9eaace4120d0901c62b4 (diff)
downloadmy_new_personal_website-7f19c78cd53369cac01c1b107e9147c72de6d22a.tar.xz
my_new_personal_website-7f19c78cd53369cac01c1b107e9147c72de6d22a.zip
Improved readability
Diffstat (limited to '')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8e07281a..ce6ba4ad 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