Skip to content

Commit 7b566f4

Browse files
committed
linting
1 parent 74c5483 commit 7b566f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dependabot/update_metadata.ts

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

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

0 commit comments

Comments
 (0)