From 8791e6a58f7a3b08b565a341ed408cb5675c07ae Mon Sep 17 00:00:00 2001 From: Luke Lalor Date: Thu, 14 Nov 2024 21:44:43 -0800 Subject: [PATCH] everybody pulls from same base, then agent machine is just another example --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9cab9af..7dde443 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ sync: @if git remote | grep -q upstream; then \ echo "upstream already exists"; \ else \ - git remote add upstream https://github.com/eidolon-ai/agent-machine.git; \ + git remote add upstream https://github.com/eidolon-ai/base-agent-machine.git; \ echo "upstream added"; \ fi git pull upstream main --no-edit --no-commit