Merge pull request #831 from parkr/english

Fixing English error pet-peeve.
source
Brandon Mathis 2012-12-07 23:50:26 -08:00
commit 22105bebc9
1 changed files with 1 additions and 1 deletions

View File

@ -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)