Skip to content

Commit

Permalink
fix typo deployId > id
Browse files Browse the repository at this point in the history
  • Loading branch information
anthmatic committed Sep 24, 2021
1 parent 1220b11 commit a57bded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/commands/project/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ exports.handler = async options => {
await pollDeployStatus(
accountId,
projectConfig.name,
deployResp.deployId,
deployResp.id,
deployedBuildId
);
} catch (e) {
Expand Down

0 comments on commit a57bded

Please sign in to comment.