From 33b92bdfbb6d7a7d4577c24d739243fa5cf6a6ed Mon Sep 17 00:00:00 2001 From: Matt Enright Date: Thu, 19 Dec 2013 16:26:03 -0500 Subject: [PATCH] Fix spelling error --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 0a1cfe2..ae0765a 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"