fix for quotes not woking when comitting on a windows machine. + comment since change didn't show up on github

master
Sebastian Daniel 2013-10-01 20:14:23 +02:00
parent 273174f427
commit 36785eb98f
1 changed files with 1 additions and 0 deletions

View File

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