Skip to content

Commit 146c87d

Browse files
committed
Fix PR brackets
1 parent 64a9e01 commit 146c87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_release/this_week_in_nu_weekly.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def generate-twin [
8484

8585
for pr in $user.prs {
8686
$twin_text += $"
87-
- [($pr.title) \(#($pr.number)]\)\(($pr.url)\)
87+
- [($pr.title) \(#($pr.number)\)]\(($pr.url)\)
8888
8989
" | str dedent
9090
}

0 commit comments

Comments
 (0)