aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Macdonald <tmacdonald@groupon.com>2014-05-17 15:08:38 -0500
committerTimothy Macdonald <tmacdonald@groupon.com>2014-05-17 15:08:38 -0500
commitc23be699156d9f01cfe9e5368dc726b50873067f (patch)
tree27dd33893ce3465fdf5c585891f67d1fb8f8f933
parentf6ed4125b56ee28775f0fe1c3ebac7d6ef33daf9 (diff)
downloadmy_new_personal_website-c23be699156d9f01cfe9e5368dc726b50873067f.tar.xz
my_new_personal_website-c23be699156d9f01cfe9e5368dc726b50873067f.zip
Use correct time in log message for Github deploy
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index cec8e058..71fb44ea 100644
--- a/Rakefile
+++ b/Rakefile
@@ -261,8 +261,8 @@ multitask :push do
cp_r "#{public_dir}/.", deploy_dir
cd "#{deploy_dir}" do
system "git add -A"
- puts "\n## Committing: Site updated at #{Time.now.utc}"
message = "Site updated at #{Time.now.utc}"
+ puts "\n## Committing: #{message}"
system "git commit -m \"#{message}\""
puts "\n## Pushing generated #{deploy_dir} website"
system "git push origin #{deploy_branch}"