Skip to content

Commit

Permalink
Update internal/registry/service.go
Browse files Browse the repository at this point in the history
Co-authored-by: Wilken Rivera <wilken@hashicorp.com>
  • Loading branch information
sylviamoss and nywilken committed Jul 27, 2022
1 parent 92d232a commit 867c962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/registry/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func (client *Client) UpdateBuild(
return resp.Payload.Build.ID, nil
}

// GetChannel loads the iterationId associated with a current channel. If the
// GetChannel loads the named channel that is associated to the bucket slug . If the
// channel does not exist in HCP Packer, GetChannel returns an error.
func (client *Client) GetChannel(ctx context.Context, bucketSlug string, channelName string) (*models.HashicorpCloudPackerChannel, error) {
params := packer_service.NewPackerServiceGetChannelParamsWithContext(ctx)
Expand Down

0 comments on commit 867c962

Please sign in to comment.