Skip to content

Commit

Permalink
everybody pulls from same base, then agent machine is just another ex…
Browse files Browse the repository at this point in the history
…ample
  • Loading branch information
LukeLalor committed Nov 15, 2024
1 parent 4b6b435 commit 8791e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8791e6a

Please sign in to comment.