Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds substitution
  • Loading branch information
JJ committed Feb 8, 2019
1 parent 14eb55a commit 9c251b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/update-issues.p6
Expand Up @@ -37,7 +37,8 @@ for %modules.keys.sort -> $name {
$text .= subst: 「OUTPUT」, 42;
$text .= subst: 「PING-AUTHOR」, 42;
$text .= subst: 「PREVIOUS-TICKET」, 42;

$text .= subst: 「PREVIOUS-TICKET」, 42;
$text .= subst: 「BLIN-MESSAGE」, 42;
# submit-issue $token, $text
}
}
Expand Down

0 comments on commit 9c251b6

Please sign in to comment.