From 5e10acaa19c51c8488e9ed955b8ddba241e30572 Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 26 Aug 2022 22:04:40 +0200 Subject: [PATCH] FIX: clone_pEpEngine21 --- bash_profile.d/pEp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_profile.d/pEp.sh b/bash_profile.d/pEp.sh index d02737d..6d46a95 100644 --- a/bash_profile.d/pEp.sh +++ b/bash_profile.d/pEp.sh @@ -35,7 +35,7 @@ function clone_pEpEngine32() { function clone_pEpEngine21() { git clone https://gitea.pep.foundation/pEp.foundation/pEpEngine.git . - cp $PEP_LOCAL_CONF_DIR/local.conf.pEpEngine31 local.conf + cp $PEP_LOCAL_CONF_DIR/local.conf.pEpEngine21 local.conf cp -r $PEP_LOCAL_CONF_DIR/intellij/.idea.pEpEngine .idea }