Skip to content

Commit 38bf387

Browse files
committed
style: prettier
1 parent 41ff45c commit 38bf387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/create-pull-request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ async function createPullRequest(octokit, { owner, repo }) {
66
`;
77

88
if (owner === "octokit") {
9-
body += `- [ ] Install https://github.com/apps/renovate`;
9+
body += `- [ ] Install https://github.com/apps/renovate`;
1010
} else {
1111
body += `- [ ] Create npm token at \`https://www.npmjs.com/settings/<your npm username>/tokens/create\` (with "Read and Publish" selected) and add it as \`NPM_TOKEN\` at Then create secret at https://github.com/${owner}/${repo}/settings/secrets`;
1212
}

0 commit comments

Comments
 (0)