From a0a3918f1fce8607a5ac1d5fd0eba4dabdad4585 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev <o.v.nenashev@gmail.com> Date: Tue, 28 Nov 2023 09:53:25 +0100 Subject: [PATCH] Fix Breakpoint submodule path --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index edd974e2..3634ebfb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,7 @@ path = .submodules/wiremock.org-2.x url = https://github.com/wiremock/wiremock.org.git branch = 2.x -[submodule "extra_sass\\vendor\\breakpoint"] - path = extra_sass\\vendor\\breakpoint +[submodule "extra_sass/vendor/breakpoint"] + path = extra_sass/vendor/breakpoint url = https://github.com/at-import/breakpoint.git branch = main