Skip to content

Commit 9967bee

Browse files
committed
fixing comment style
1 parent 4d237c6 commit 9967bee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dependabot/update_metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function parse (commitMessage: string, branchName: string, mainBranch: st
1515
if (yamlFragment?.groups && branchName.startsWith('dependabot')) {
1616
const data = YAML.parse(yamlFragment.groups.dependencies)
1717

18-
# Since we are on the `dependabot` branch (9 letters), the 10th letter in the branch name is the delimiter
18+
// Since we are on the `dependabot` branch (9 letters), the 10th letter in the branch name is the delimiter
1919
const delim = branchName[10]
2020
const chunks = branchName.split(delim)
2121
const dirname = chunks.slice(2, -1).join(delim) || '/'

0 commit comments

Comments
 (0)