From: charleswrayjr Date: Sat, 6 Sep 2025 00:17:26 +0000 (-0500) Subject: Fixing lodash ref. X-Git-Url: https://git.phasecustomsoft.com/favicon.ico?a=commitdiff_plain;h=b96471968b3717a902770f8bfd596b3f9eeee795;p=phs-admin.git Fixing lodash ref. --- diff --git a/src/app/services/Git/GitConfig.js b/src/app/services/Git/GitConfig.js index fb47d54..3465de4 100644 --- a/src/app/services/Git/GitConfig.js +++ b/src/app/services/Git/GitConfig.js @@ -1,9 +1,9 @@ let base = 'git/'; const GitConfig = { index: base, - createRepo: `${base}create-repo/`, + createRepo: `${base}create-repo`, deleteRepo: `${base}`, - cloneRepo: `${base}clone-repo/`, + cloneRepo: `${base}clone-repo`, }; export default GitConfig; \ No newline at end of file