Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
Co-authored-by: Matti Schneider <[email protected]>
  • Loading branch information
Ndpnt and MattiSG authored Nov 19, 2024
1 parent 2dda758 commit 7df61b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dataset/publish/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ export default function publishRelease({ archivePath, releaseDate, stats }) {
return publishGitLab({ archivePath, releaseDate, stats });
}

throw new Error('No GitHub or GitLab token found in environment variables (OTA_ENGINE_GITHUB_TOKEN or OTA_ENGINE_GITLAB_TOKEN). Cannot publish the dataset without authentication.');
throw new Error('No GitHub nor GitLab token found in environment variables (OTA_ENGINE_GITHUB_TOKEN or OTA_ENGINE_GITLAB_TOKEN). Cannot publish the dataset without authentication.');
}

0 comments on commit 7df61b6

Please sign in to comment.