Skip to content

Commit 79f8332

Browse files
committed
mail-archive-helper: recommend initialize-git-notes over misc-helper
The idea is to retire the `misc-helper` and do everything via GitHub workflows/Actions in GitGitGadget. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 1c18c8c commit 79f8332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mail-archive-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ export class MailArchiveGitHelper {
269269
throw new Error(
270270
[
271271
"Mail archive email commit tip not set. ",
272-
"Please run `misc-helper init-email-commit-tip` to set the value.",
272+
"Please run the `initialize-git-notes` workflow to set the value.",
273273
].join(""),
274274
);
275275
}

0 commit comments

Comments
 (0)