Fix a typo

This commit is contained in:
rinpatch 2019-10-02 21:48:31 +03:00
parent af972fad73
commit 9e21537b38

View file

@ -6,7 +6,7 @@ fetch() {
git clone $FRONTEND_REPO --branch $BRANCH --depth 1 .tmp/fe
git clone $BACKEND_REPO --branch $BRANCH --depth 1 .tmp/be
FRONTEND_REPO=.tmp/fe
BACKEND_REPO=.tmp/fe
BACKEND_REPO=.tmp/be
fi
rm -rf docs/frontend
rm -rf docs/backend