Skip to content

Commit dcd64f6

Browse files
committed
Sync with upstream
2 parents ede8843 + 8791e6a commit dcd64f6

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ sync:
8484
@if git remote | grep -q upstream; then \
8585
echo "upstream already exists"; \
8686
else \
87-
git remote add upstream https://github.com/eidolon-ai/agent-machine.git; \
87+
git remote add upstream https://github.com/eidolon-ai/base-agent-machine.git; \
8888
echo "upstream added"; \
8989
fi
9090
git pull upstream main --no-edit --no-commit

poetry.lock

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)