autohelp-wrapper: remove leftover "fi"

Change-Id: I3c5719c55f1c210590ec07ed6605c638e190819c
This commit is contained in:
Gauvain Pocentek 2016-01-04 08:18:27 +01:00
parent 6acac6846b
commit 69c7c929c7
1 changed files with 0 additions and 1 deletions

View File

@ -190,7 +190,6 @@ if [ "$FAST" -eq 0 ] ; then
cd $SOURCESDIR/$extra
pip install -rrequirements.txt
[ -e "test-requirements.txt" ] && pip install -rtest-requirements.txt
fi
python setup.py install
)
done < extra_repos/$project-$RELEASE.txt