From 25dd34d6105cc1c4bc6221eecdd4870bdebcbd85 Mon Sep 17 00:00:00 2001 From: Felix Perez <felix.perez@utsouthwestern.edu> Date: Mon, 29 Jan 2024 15:25:37 -0600 Subject: [PATCH] fix typo in gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 90038b1..550d0d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "workflow/external_repo/astrocyte-atac-runner"] path = workflow/external_repo/astrocyte-atac-runner url = https://git.biohpc.swmed.edu/s219741/astrocyte-atac-runner.git - btanch = master + branch = master -- GitLab