Skip to content

Commit

Permalink
Sync with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeLalor committed Nov 15, 2024
2 parents e292a33 + 8791e6a commit 5912ee0
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 5912ee0

Please sign in to comment.