Skip to content

Commit 88db6e2

Browse files
authored
fix: fix syntax error
1 parent 021a567 commit 88db6e2

File tree

1 file changed

+1
-1
lines changed
  • lib/workers/repository/process/lookup

1 file changed

+1
-1
lines changed

lib/workers/repository/process/lookup/bucket.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function getBucket(
3434
if (fromMajor !== toMajor) {
3535
if (separateMultipleMajor) {
3636
if (separateMultipleMinor) {
37-
return `v${toMajor}.${toMinor}
37+
return `v${toMajor}.${toMinor}`;
3838
}
3939
return `v${toMajor}`;
4040
}

0 commit comments

Comments
 (0)