Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed Feb 15, 2024
1 parent baaa645 commit df940f4
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 @@ -54,7 +54,7 @@ export default async function track({ services, types, extractOnly, schedule })
logger.warn('Configuration key "reporter.githubIssues.repositories.declarations" was not found; the Reporter module will be ignored');
}
} else {
logger.warn('Environment variable "GITHUB_TOKEN" was not found; the Notifier module will be ignored');
logger.warn('Environment variable "GITHUB_TOKEN" was not found; the Reporter module will be ignored');
}

if (!schedule) {
Expand Down

0 comments on commit df940f4

Please sign in to comment.