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 }