summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoams <toams85@gmail.com>2021-05-12 19:02:10 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-12 19:02:10 -0300
commite3202e7c9d6d4e528dd282ee6d139ab32a3f32b6 (patch)
treec7fc466b6a133f3be67866856ae0503d733c7b7f
parentde8b4460cb101454c023a45ba229c7b750338212 (diff)
downloadall-e3202e7c9d6d4e528dd282ee6d139ab32a3f32b6.tar.gz
all-e3202e7c9d6d4e528dd282ee6d139ab32a3f32b6.tar.bz2
all-e3202e7c9d6d4e528dd282ee6d139ab32a3f32b6.tar.xz
all-e3202e7c9d6d4e528dd282ee6d139ab32a3f32b6.zip
Fix a typo
-rwxr-xr-xinit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.sh b/init.sh
index 0585c11..f3f9b2a 100755
--- a/init.sh
+++ b/init.sh
@@ -16,7 +16,7 @@ if [[ -n "${STR}" ]]; then
fi
CLONECMD="git clone --origin upstream"
-CLONE1="${CLONECMD} ${PROTO}${GROUP}${ALTER}"
+CLONE1="${CLONECMD} ${PROTO}${GROUP}/${ALTER}"
CLONE2="${CLONECMD} ${PROTO}${GROUP}"
if [[ "${CMD}" == "all" || "${CMD}" == "default" ]]; then