Skip to content

Commit

Permalink
Fix word typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendez committed Jun 23, 2023
1 parent c822e95 commit f12fe1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepublish.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function main() {
);
if (restCheck === 'error') {
throw new Error(
'Cannot publish gRPC client.\n' +
'Cannot publish REST client.\n' +
`Could not find a matching version ${restMinorVersion} on the docker registry for (${restClient.version}).`,
);
}
Expand Down

0 comments on commit f12fe1e

Please sign in to comment.