From 9e21537b383c586fe931dbf7bcbc50d1ff05e115 Mon Sep 17 00:00:00 2001 From: rinpatch Date: Wed, 2 Oct 2019 21:48:31 +0300 Subject: [PATCH] Fix a typo --- manage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.sh b/manage.sh index 936de55..04c6005 100755 --- a/manage.sh +++ b/manage.sh @@ -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