Skip to content

Commit

Permalink
chore: onboarding branch checkout log (#16966)
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGautamSingh committed Aug 4, 2022
1 parent ababf34 commit ff650ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/workers/repository/onboarding/branch/index.ts
Expand Up @@ -72,6 +72,7 @@ export async function checkOnboardingBranch(
}
}
if (!GlobalConfig.get('dryRun')) {
logger.debug('Checkout onboarding branch.');
// TODO #7154
await checkoutBranch(onboardingBranch!);
}
Expand Down
2 changes: 1 addition & 1 deletion lib/workers/repository/update/branch/get-updated.ts
Expand Up @@ -25,7 +25,7 @@ export async function getUpdatedPackageFiles(
logger.trace({ config });
const reuseExistingBranch = config.reuseExistingBranch!;
logger.debug(
`manager.getUpdatedPackageFiles() reuseExistinbranch=${reuseExistingBranch}`
`manager.getUpdatedPackageFiles() reuseExistingBranch=${reuseExistingBranch}`
);
let updatedFileContents: Record<string, string> = {};
const nonUpdatedFileContents: Record<string, string> = {};
Expand Down

0 comments on commit ff650ce

Please sign in to comment.