Browse Source

Use single quotes in the Git commit command in AppVeyor.

pull/563/head
triton 10 years ago
parent
commit
f05b7af8d9
  1. 2
      appveyor.yml

2
appveyor.yml

@ -56,7 +56,7 @@ on_success: @@ -56,7 +56,7 @@ on_success:
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GITHUB_ACCESS_TOKEN):x-oauth-basic@github.com`n"
- git remote set-url origin https://github.com/mono/CppSharp.git
- '%LIB_PATH%\CppSharp.Parser.Gen.exe'
- git commit -a -m "CI: Re-generated the parser bindings"
- 'git commit -a -m "CI: Re-generated the parser bindings"'
- git push
#---------------------------------#

Loading…
Cancel
Save