aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker Moore <parkrmoore@gmail.com>2013-12-19 17:14:32 -0800
committerParker Moore <parkrmoore@gmail.com>2013-12-19 17:14:32 -0800
commit78defff9e1cb42f55494732324615ef1d9aac7d6 (patch)
tree59ff2b33f8b4d3a03d9fe310bf5c8ced42cdb44c
parent64ba60322571d0735a3220cdf8dba657703f64da (diff)
parent33b92bdfbb6d7a7d4577c24d739243fa5cf6a6ed (diff)
downloadmy_new_personal_website-78defff9e1cb42f55494732324615ef1d9aac7d6.tar.xz
my_new_personal_website-78defff9e1cb42f55494732324615ef1d9aac7d6.zip
Merge pull request #1443 from wickedshimmy/patch-1
Fix spelling error
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0a1cfe22..ae0765ae 100644
--- a/Rakefile
+++ b/Rakefile
@@ -257,7 +257,7 @@ multitask :push do
cp_r "#{public_dir}/.", deploy_dir
cd "#{deploy_dir}" do
system "git add -A"
- puts "\n## Commiting: Site updated at #{Time.now.utc}"
+ puts "\n## Committing: Site updated at #{Time.now.utc}"
message = "Site updated at #{Time.now.utc}"
system "git commit -m \"#{message}\""
puts "\n## Pushing generated #{deploy_dir} website"