Merge pull request #41 from sDaniel/master

Quotes-Fix - deploying/comitting to github on a windows machine is not woking
master
Tom Vaughan 2013-10-03 06:20:14 -07:00
commit 23cace3319
1 changed files with 2 additions and 1 deletions

View File

@ -185,7 +185,8 @@ EOF
end
`git add -A`
`git commit --allow-empty -am 'Automated commit at #{Time.now.utc} by #{Middleman::Deploy::PACKAGE} #{Middleman::Deploy::VERSION}'`
# '"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
end