Skip to content

Commit

Permalink
Update azure/uploader.go
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Meyer <[email protected]>
  • Loading branch information
mkulke and katexochen authored Sep 5, 2024
1 parent 9913832 commit 2817954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/uploader.go
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ func (u *Uploader) createImageVersion(ctx context.Context, imageID string) (stri
}

if u.config.Azure.AdditionalSignatures != nil {
value := make([]*string, 0)
var value []*string
for _, sig := range u.config.Azure.AdditionalSignatures {
value = append(value, toPtr(sig))
}
Expand Down

0 comments on commit 2817954

Please sign in to comment.