Skip to content

Commit 7df61b6

Browse files
NdpntMattiSG
andauthored
Improve wording
Co-authored-by: Matti Schneider <[email protected]>
1 parent 2dda758 commit 7df61b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dataset/publish/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export default function publishRelease({ archivePath, releaseDate, stats }) {
1111
return publishGitLab({ archivePath, releaseDate, stats });
1212
}
1313

14-
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.');
14+
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.');
1515
}

0 commit comments

Comments
 (0)