This commit is contained in:
Joey Hess 2013-03-20 14:07:51 -04:00
parent 7765f89e05
commit 05dcb95a55

View file

@ -17,7 +17,7 @@ if [ ! -e "$bundle/git-annex" ]; then
echo "** bundle directory $bundle does not contain git-annex" >&2
exit 1
fi
if [ ! -e "$base/git" ]; then
if [ ! -e "$bundle/git" ]; then
echo "** bundle directory $bundle does not contain git" >&2
exit 1
fi