Skip to content

Commit 5b5207e

Browse files
Apply code suggestion
1 parent 84d1ad6 commit 5b5207e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export async function run(conf) {
136136
commitHistoryURL = new URL(
137137
`./commits/${conf.github.branch ?? ""}`,
138138
ghURL.href
139-
);
139+
).href;
140140
}
141141

142142
// Validate commitHistoryURL if it's provided

0 commit comments

Comments
 (0)