Skip to content

Commit

Permalink
Rephrase home dir warning
Browse files Browse the repository at this point in the history
  • Loading branch information
apaz-cli committed Dec 23, 2024
1 parent b1bc2f8 commit d28e2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aider/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)?"
Expand Down

0 comments on commit d28e2f0

Please sign in to comment.