fix for quotes not woking when comitting on a windows machine.
This commit is contained in:
parent
0b0f447117
commit
273174f427
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue