From 6fff2928cc645f425902dd75cc094c83f60a186e Mon Sep 17 00:00:00 2001 From: Ekaterina Tochilina Date: Mon, 12 Feb 2024 16:21:22 +0300 Subject: [PATCH] fixed submodule --- .gitmodules | 9 ++++++--- targets/python-benchmarks | 1 - targets/python_benchmarks | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) delete mode 160000 targets/python-benchmarks create mode 160000 targets/python_benchmarks diff --git a/.gitmodules b/.gitmodules index bd3120b..79785f3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ -[submodule "targets/python-benchmarks"] - path = targets/python-benchmarks - url = https://github.com/tochilinak/python-benchmarks.git +[submodule "python_benchmarks"] + path = targets/python_benchmarks + url = https://github.com/tochilinak/python_benchmarks.git +[submodule "targets/python_benchmarks"] + path = targets/python_benchmarks + url = https://github.com/tochilinak/python_benchmarks.git diff --git a/targets/python-benchmarks b/targets/python-benchmarks deleted file mode 160000 index d6d4ab2..0000000 --- a/targets/python-benchmarks +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d6d4ab2c7afec909e6ba1ede6e9ee64998559753 diff --git a/targets/python_benchmarks b/targets/python_benchmarks new file mode 160000 index 0000000..d42a387 --- /dev/null +++ b/targets/python_benchmarks @@ -0,0 +1 @@ +Subproject commit d42a3878416ef913dfea1941ed57bde6577935f6