aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorParker Moore <parkrmoore@gmail.com>2012-11-30 21:42:46 -0500
committerParker Moore <parkrmoore@gmail.com>2012-11-30 21:42:46 -0500
commit49e97e53f5e92cacb05f0dd33b656d4c813d07ce (patch)
treefd9d802bb03b02adf4a46df133e8bc7aa7a81436 /Rakefile
parent2b67270f960563c55dd6c66495517bccc4f7fb17 (diff)
downloadmy_new_personal_website-49e97e53f5e92cacb05f0dd33b656d4c813d07ce.tar.xz
my_new_personal_website-49e97e53f5e92cacb05f0dd33b656d4c813d07ce.zip
Fixing English error pet-peeve.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3addaaf2..8f54ae1d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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)