Skip to content

Commit

Permalink
remove stray chars
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings committed Apr 22, 2024
1 parent 0d0592e commit 43799f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const waitFor = (ms) => new Promise((r) => setTimeout(r, ms));

const personalAccessToken = process.env.GITHUB_TOKEN;

console.log(chalk.green("TestDriver:"), '"Starting my engine..."');mm
console.log(chalk.green("TestDriver:"), '"Starting my engine..."');

const {
data: { dispatchId },
Expand Down

0 comments on commit 43799f3

Please sign in to comment.