fix for quotes not woking when comitting on a windows machine. + comment since change didn't show up on github
This commit is contained in:
parent
273174f427
commit
36785eb98f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue