From 77d35949e9b09e33fb88b523c7a7be4336bdca86 Mon Sep 17 00:00:00 2001 From: ryleu <69326171+ryleu@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:56:36 -0500 Subject: [PATCH] docs(reset-repo): script says it works in any repo now --- scripts/reset-repo.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/reset-repo.bash b/scripts/reset-repo.bash index cc9e4e2..0ef685f 100755 --- a/scripts/reset-repo.bash +++ b/scripts/reset-repo.bash @@ -3,7 +3,7 @@ repo_root="$(git rev-parse --show-toplevel)" 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 fi