diff --git a/lib/middleman-deploy/commands.rb b/lib/middleman-deploy/commands.rb index e4eff73..44a734a 100644 --- a/lib/middleman-deploy/commands.rb +++ b/lib/middleman-deploy/commands.rb @@ -185,6 +185,7 @@ EOF end `git add -A` + # '"message"' double quotes to fix windows issue `git commit --allow-empty -am '"Automated commit at #{Time.now.utc} by #{Middleman::Deploy::PACKAGE} #{Middleman::Deploy::VERSION}"'` `git push -f origin #{branch}` end