From 8b403f5b8ada63965116241e67ad25349de85c46 Mon Sep 17 00:00:00 2001 From: Hanno Cornelius Date: Wed, 28 May 2025 16:05:46 +0100 Subject: [PATCH] feat: swap dependency branch --- sds/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sds/Makefile b/sds/Makefile index edd1bf8..c5423f7 100644 --- a/sds/Makefile +++ b/sds/Makefile @@ -21,7 +21,7 @@ prepare: cd $(THIRD_PARTY_DIR) && \ git clone $(NIM_SDS_REPO) && \ cd $(NIM_SDS_DIR) && \ - git checkout gabrielmer-feat-init-implementation; \ + git checkout feat-init-implementation; \ make update; \ else \ echo "nim-sds repository already exists."; \