mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
Rephrase home dir warning
This commit is contained in:
parent
b1bc2f8c5c
commit
d28e2f0f56
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ def setup_git(git_root, io):
|
||||||
except ANY_GIT_ERROR:
|
except ANY_GIT_ERROR:
|
||||||
pass
|
pass
|
||||||
elif cwd == Path.home():
|
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
|
return
|
||||||
elif cwd and io.confirm_ask(
|
elif cwd and io.confirm_ask(
|
||||||
"No git repo found, create one to track aider's changes (recommended)?"
|
"No git repo found, create one to track aider's changes (recommended)?"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue