From 3a1984cc52f56b2fd9009e6c42751eee5de2e005 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 7 Oct 2021 22:15:52 +0200 Subject: [PATCH] clone_pitytest11 - update repo --- 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 7400b7f..2fa99e1 100644 --- a/bash_profile.d/pEp.sh +++ b/bash_profile.d/pEp.sh @@ -63,7 +63,7 @@ function clone_libpEpTransport() { } function clone_pitytest11() { - git clone https://gitea.pep.foundation/heck/PityTest11.git . + git clone https://gitea.pep.foundation/pEp.foundation/PityTest11.git . cp $PEP_LOCAL_CONF_DIR/local.conf.PityTest11 local.conf cp -r $PEP_LOCAL_CONF_DIR/intellij/.idea.PityTest11 .idea }