Skip to content

Commit

Permalink
Fix how we send the metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
devashish-patel committed Mar 17, 2024
1 parent f594ce2 commit 20f6544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/hcp/api/service_build.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (c *Client) UpdateBuild(
SourceExternalIdentifier: sourceExternalIdentifier,
Status: &buildStatus,
Metadata: &hcpPackerModels.HashicorpCloudPacker20230101BuildMetadata{
Packer: metadata["packer"],
Packer: metadata,
},
}

Expand Down

0 comments on commit 20f6544

Please sign in to comment.