diff --git a/autogpt/commands/git_operations.py b/autogpt/commands/git_operations.py index 872325894a2b..513360525257 100644 --- a/autogpt/commands/git_operations.py +++ b/autogpt/commands/git_operations.py @@ -1,5 +1,5 @@ import git -from config import Config +from autogpt.config import Config cfg = Config()