From b96471968b3717a902770f8bfd596b3f9eeee795 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Fri, 5 Sep 2025 19:17:26 -0500 Subject: [PATCH] Fixing lodash ref. --- src/app/services/Git/GitConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0