From cbcb5104cb8f6253af882fe41a53451cc8757a00 Mon Sep 17 00:00:00 2001 From: Abhishek Sharma <54661594+abhisheksharma1395@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:30:35 -0800 Subject: [PATCH] awsm_submodule_url_modified Change awsm repo to local --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 6bf13ebc..a38721e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "awsm"] path = awsm - url = https://github.com/gwsystems/aWsm + url = https://github.com/abhisheksharma1395/aWsm ignore = dirty branch = master [submodule "http-parser"]