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
|
end
|
||||||
|
|
||||||
`git add -A`
|
`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 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue