Merge pull request #2690 from apaz-cli/ap/rephrase_dirwarning

This commit is contained in:
paul-gauthier 2024-12-23 08:27:59 -08:00 committed by GitHub
commit 083605e2d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,7 @@ def setup_git(git_root, io):
except ANY_GIT_ERROR:
pass
elif cwd == Path.home():
io.tool_warning("You should probably run aider in a directory, not your home dir.")
io.tool_warning("You should probably run aider in your project's directory, not your home dir.")
return
elif cwd and io.confirm_ask(
"No git repo found, create one to track aider's changes (recommended)?"