Skip to content

Commit

Permalink
fix: Fix build id prompt in hs project deploy (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 authored Jan 7, 2025
1 parent cfba705 commit ce17c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/project/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ exports.handler = async options => {
latestBuild.buildId === deployedBuildId
? undefined
: latestBuild.buildId,
validate: () =>
validate: buildId =>
validateBuildId(
buildId,
deployedBuildId,
Expand Down

0 comments on commit ce17c8e

Please sign in to comment.