Skip to content

Commit

Permalink
Update packages/shared/src/porter.ts
Browse files Browse the repository at this point in the history
Co-authored-by: piotr-roslaniec <39299780+piotr-roslaniec@users.noreply.github.com>
  • Loading branch information
vzotova and piotr-roslaniec committed Aug 14, 2024
1 parent ef5f3f2 commit 968d4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/porter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export class PorterClient {
throw lastError;
}
throw new Error(
'Porter returns bad response: ${resp.status} - ${resp.data}',
`Porter returns bad response: ${resp.status} - ${resp.data}`,
);
}

Expand Down

0 comments on commit 968d4f1

Please sign in to comment.