Fix a typo
This commit is contained in:
parent
af972fad73
commit
9e21537b38
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue