Skip to content

Commit cc12525

Browse files
committed
landing_worker: fix log message typo
1 parent ef2ee5a commit cc12525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lando/api/legacy/workers/landing_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,5 +566,5 @@ def bootstrap_repos(self):
566566
except Exception as exc:
567567
sentry_sdk.capture_exception(exc)
568568
logger.warning(
569-
f"Unexpected error `running mach` bootstrap for repo {repo.name}: {exc}"
569+
f"Unexpected error running `mach bootstrap` for repo {repo.name}: {exc}"
570570
)

0 commit comments

Comments
 (0)