diff options
author | Brandon Mathis <brandon@imathis.com> | 2012-12-07 23:50:26 -0800 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2012-12-07 23:50:26 -0800 |
commit | 22105bebc9ea53fc177d369a6522d8c4f9d51167 (patch) | |
tree | fd9d802bb03b02adf4a46df133e8bc7aa7a81436 | |
parent | 2b67270f960563c55dd6c66495517bccc4f7fb17 (diff) | |
parent | 49e97e53f5e92cacb05f0dd33b656d4c813d07ce (diff) | |
download | my_new_personal_website-22105bebc9ea53fc177d369a6522d8c4f9d51167.tar.xz my_new_personal_website-22105bebc9ea53fc177d369a6522d8c4f9d51167.zip |
Merge pull request #831 from parkr/english
Fixing English error pet-peeve.
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ task :new_page, :filename do |t, args| end # usage rake isolate[my-post] -desc "Move all other posts than the one currently being worked on to a temporary stash location (stash) so regenerating the site happens much quicker." +desc "Move all other posts than the one currently being worked on to a temporary stash location (stash) so regenerating the site happens much more quickly." task :isolate, :filename do |t, args| stash_dir = "#{source_dir}/#{stash_dir}" FileUtils.mkdir(stash_dir) unless File.exist?(stash_dir) |