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."; \