aboutsummaryrefslogtreecommitdiff
path: root/pw_doctor
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2022-06-30 21:17:06 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-30 21:17:06 +0000
commitc3bb2f12bbee20449fdbc53d0a813df923c1ce19 (patch)
treed34dff26e7b31ae0928cd461a99d38c9790dc888 /pw_doctor
parent900b569d9dfb5c4e020bcca71b00b51027c6495a (diff)
downloadpigweed-c3bb2f12bbee20449fdbc53d0a813df923c1ce19.tar.gz
Replace some pwbug/### TODOs with b/###
Change-Id: I28c3fa33afa661aa6d498852a49f008b9717dda3 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/100580 Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com> Reviewed-by: Wyatt Hepler <hepler@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Diffstat (limited to 'pw_doctor')
-rwxr-xr-xpw_doctor/py/pw_doctor/doctor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_doctor/py/pw_doctor/doctor.py b/pw_doctor/py/pw_doctor/doctor.py
index fea164d4a..d32f48693 100755
--- a/pw_doctor/py/pw_doctor/doctor.py
+++ b/pw_doctor/py/pw_doctor/doctor.py
@@ -432,7 +432,7 @@ def run_doctor(strict=False, checks=None):
"Your environment setup has completed, but something isn't right "
'and some things may not work correctly. You may continue with '
'development, but please seek support at '
- 'https://bugs.pigweed.dev/ or by reaching out to your team.')
+ 'https://bugs.pigweed.dev/new or by reaching out to your team.')
else:
doctor.log.info('Environment passes all checks!')
return len(doctor.failures)