Skip to content

Commit

Permalink
Update packages/job-components/src/job-schemas.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Peter DeMartini <[email protected]>
  • Loading branch information
godber and peterdemartini authored Apr 12, 2021
1 parent f4f2eb8 commit 5f97700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/job-components/src/job-schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export function jobSchema(context: Context): convict.Schema<any> {
throw new Error('external_ports is required to be an array');
}
if (arr.includes(45680)) {
throw new Error('Port 45680 cannot be included as an external_port, it is reserved by Teraslice.');
throw new Error('Port 45680 cannot be included in external_ports, it is reserved by Teraslice.');
}
}
}
Expand Down

0 comments on commit 5f97700

Please sign in to comment.