Skip to content

Commit 36cfebd

Browse files
committed
lr-remove: Use Bug rather than Closes
Signed-off-by: Michał Górny <[email protected]>
1 parent b174a21 commit 36cfebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lr-remove

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ msg="${pkg}: Remove last-rited pkg
3434
if [[ -n ${@} ]]; then
3535
for bug; do
3636
msg+="
37-
Closes: https://bugs.gentoo.org/${bug}"
37+
Bug: https://bugs.gentoo.org/${bug}"
3838
done
3939
fi
4040

0 commit comments

Comments
 (0)