Skip to content

Commit c099022

Browse files
goldbezjhockett
andauthored
Update scripts/generate_single_test_buildspec_codebuild.ts
Co-authored-by: John Hockett <[email protected]>
1 parent b923810 commit c099022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_single_test_buildspec_codebuild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const main = () => {
1919
}
2020
const os = process.argv[3];
2121
if (!(os === 'l' || os === 'w')) {
22-
throw new Error('Invalid job type.');
22+
throw new Error('Invalid job type. Expected "l" for linux or "w" for windows.');
2323
}
2424
const region = process.argv[4];
2525
if (!regions.includes(region)) {

0 commit comments

Comments
 (0)