Merge pull request #41 from sDaniel/master
Quotes-Fix - deploying/comitting to github on a windows machine is not woking
This commit is contained in:
commit
23cace3319
1 changed files with 2 additions and 1 deletions
|
@ -185,7 +185,8 @@ EOF
|
||||||
end
|
end
|
||||||
|
|
||||||
`git add -A`
|
`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}`
|
`git push -f origin #{branch}`
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue