We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2ee5a commit cc12525Copy full SHA for cc12525
src/lando/api/legacy/workers/landing_worker.py
@@ -566,5 +566,5 @@ def bootstrap_repos(self):
566
except Exception as exc:
567
sentry_sdk.capture_exception(exc)
568
logger.warning(
569
- f"Unexpected error `running mach` bootstrap for repo {repo.name}: {exc}"
+ f"Unexpected error running `mach bootstrap` for repo {repo.name}: {exc}"
570
)
0 commit comments