Skip to content

Commit

Permalink
Fix typo in message (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz authored Oct 26, 2021
1 parent a801399 commit 69a9b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const upload = async (
const json = await resp.json();
if (resp.status !== 201) {
throw new Error(
`Failed to upload release asset ${name}. recieved status code ${
`Failed to upload release asset ${name}. received status code ${
resp.status
}\n${json.message}\n${JSON.stringify(json.errors)}`
);
Expand Down

0 comments on commit 69a9b03

Please sign in to comment.