diff --git a/lib/workers/repository/error.ts b/lib/workers/repository/error.ts index 0ec3d982cc7b99998a5253a6e3966542ccdb61b9..9433458deb14fcfc5e21a2c5e80c55ba460a628c 100644 --- a/lib/workers/repository/error.ts +++ b/lib/workers/repository/error.ts @@ -95,7 +95,7 @@ export default async function handleError( } if (err.message === REPOSITORY_FORKED) { logger.info( - 'Repository is a fork and not manually configured - skipping - did you want to run with flag --include-forks?', + 'Repository is a fork and not manually configured - skipping - did you want to run with --fork-processing=enabled?', ); return err.message; }