Merge pull request #1443 from wickedshimmy/patch-1

Fix spelling error
main
Parker Moore 11 years ago
commit 78defff9e1

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

Loading…
Cancel
Save