fix for quotes not woking when comitting on a windows machine.

master
Sebastian Daniel 2013-10-01 19:43:02 +02:00
parent 0b0f447117
commit 273174f427
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ EOF
end
`git add -A`
`git commit --allow-empty -am 'Automated commit at #{Time.now.utc} by #{Middleman::Deploy::PACKAGE} #{Middleman::Deploy::VERSION}'`
`git commit --allow-empty -am '"Automated commit at #{Time.now.utc} by #{Middleman::Deploy::PACKAGE} #{Middleman::Deploy::VERSION}"'`
`git push -f origin #{branch}`
end
end