docs(reset-repo): script says it works in any repo now

This commit is contained in:
ryleu
2026-04-13 19:56:36 -05:00
parent be4fbf124d
commit 77d35949e9

View File

@@ -3,7 +3,7 @@
repo_root="$(git rev-parse --show-toplevel)" repo_root="$(git rev-parse --show-toplevel)"
if [[ -z $repo_root ]]; then if [[ -z $repo_root ]]; then
echo "script must be run from within the rover-ros2 repo" >&2 echo "script must be run from within a git repo" >&2
exit 1 exit 1
fi fi