Skip to content

Commit

Permalink
setupSummary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eccenux committed Dec 19, 2023
1 parent 37a3c5b commit c4b68b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.building your project.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ import { addConfig, setupSummary } from './wikiploy-common.mjs';
// run asynchronously to be able to wait for results
(async () => {
// custom summary from a prompt
await setupSummary();
await setupSummary(ployBot);

// push out file(s) to wiki
const configs = [];
Expand All @@ -338,7 +338,7 @@ import { addConfig, setupSummary } from './wikiploy-common.mjs';
// run asynchronously to be able to wait for results
(async () => {
// custom summary from a prompt
await setupSummary();
await setupSummary(ployBot);

// push out file(s) to wiki
const configs = [];
Expand Down

0 comments on commit c4b68b7

Please sign in to comment.