Skip to content

Commit

Permalink
Update scripts/generate_single_test_buildspec_codebuild.ts
Browse files Browse the repository at this point in the history
Co-authored-by: John Hockett <[email protected]>
  • Loading branch information
goldbez and jhockett authored Jun 14, 2023
1 parent b923810 commit c099022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_single_test_buildspec_codebuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const main = () => {
}
const os = process.argv[3];
if (!(os === 'l' || os === 'w')) {
throw new Error('Invalid job type.');
throw new Error('Invalid job type. Expected "l" for linux or "w" for windows.');
}
const region = process.argv[4];
if (!regions.includes(region)) {
Expand Down

0 comments on commit c099022

Please sign in to comment.