Skip to content

Commit 80de4ed

Browse files
committed
Meta/GRADUATED: fix typo that broke duplicate removal
1 parent 98b350d commit 80de4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GRADUATED

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dothis () {
4444
one_topic () {
4545
topic="$1" tip="$2" date="$3"
4646
case " $topics" in *" $topic "*) return ;; esac
47-
topics="$topic$topic "
47+
topics="$topics$topic "
4848

4949
mergeable=no ready=no label=
5050

0 commit comments

Comments
 (0)