Win32 tag build: fix yet another typo

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22324 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2012-08-16 12:25:57 +00:00
parent 07442aa119
commit 5596f9f037

View File

@ -81,7 +81,7 @@ for tag_rev in $tags ; do
# Check out the tag and setup custom.sh
qpushd ${tagdir}
$GIT_CMD clone ${REPO_URL} repos
$GIT_CMD clone ${REPOS_URL} repos
qpushd repos
$GIT_CMD checkout $tag
qpopd