Fix SC_VCS=git-svn used instead of SC_VCS=git.
This commit is contained in:
parent
b21ae5bd82
commit
db4a3def28
@ -69,7 +69,7 @@ find_repo() {
|
|||||||
if echo "${remotes}" | grep git-svn >/dev/null 2>&1; then
|
if echo "${remotes}" | grep git-svn >/dev/null 2>&1; then
|
||||||
SC_WANT_CHANGELOG=1
|
SC_WANT_CHANGELOG=1
|
||||||
fi
|
fi
|
||||||
SC_VCS=git-svn
|
SC_VCS=git
|
||||||
else
|
else
|
||||||
die 'Unable to find any familiar repository type (are you inside the repo?).'
|
die 'Unable to find any familiar repository type (are you inside the repo?).'
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user