Fix typo in sync-upstream.sh

This commit is contained in:
Siddhesh Poyarekar 2014-01-29 10:47:59 +05:30
parent 68ca569f59
commit 66a6e936bd
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ rm -f "$tmpfile"
rm -rf "$srcdir"
echo "+ Source prep is clean, so we're good to go."
fedpkg new-sources "$srcdir.tar.gz"
git commit -a -m \"Sync with upstream $branch\"
git commit -a -m "Sync with upstream $branch"
fedpkg push
fedpkg build
echo "+ Done!"