Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
BLIN-MESSAGE → BLIN-STATUS
It's not a human-readable description unfortunately.
  • Loading branch information
AlexDaniel committed Feb 8, 2019
1 parent 4d1f8f0 commit 64d1f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/update-issues.p6
Expand Up @@ -39,7 +39,7 @@ for %modules.keys.sort -> $name {

$body .= subst: 「MODULE」, $name;
$body .= subst: 「MODULE-URL」, https://modules.perl6.org/dist/$module;
$body .= subst: 「BLIN-MESSAGE, $module<status>;
$body .= subst: 「BLIN-STATUS, $module<status>;
$body .= subst: 「OUTPUT」, $module<output>;
$body .= subst: 「PING-AUTHOR」, $ping-author;
$body .= subst: 「PREVIOUS-TICKET」, $previous-ticket;
Expand Down
2 changes: 1 addition & 1 deletion template.md
@@ -1,5 +1,5 @@
Module [「MODULE」](「MODULE-URL」) cannot be
installed due to 「BLIN-MESSAGE」, perhaps it has some failing tests.
installed (`「BLIN-STATUS」`), perhaps it has some failing tests.

* Tickets are opened/closed in this repo automatically (though not
immediately).
Expand Down

0 comments on commit 64d1f1e

Please sign in to comment.