From a001198ebae6ccdb5e78409ccb88f29e6af8be92 Mon Sep 17 00:00:00 2001 From: Uncle Fatso Date: Sun, 29 Jun 2025 14:57:02 +0300 Subject: [PATCH] change back slash to forward slash to make git submodule work Signed-off-by: Uncle Fatso --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8d7c1ea..888d42d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "lib\\forge-std"] - path = lib\\forge-std +[submodule "lib/forge-std"] + path = lib/forge-std url = https://github.com/foundry-rs/forge-std