Skip to content

Commit ad4ec10

Browse files
committed
work with expand image index
1 parent 2b2c1eb commit ad4ec10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/validate/vsa.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func validateVSACmd(validate vsaValidationFunc) *cobra.Command {
139139

140140
// Determine input spec from various sources (image, images, etc.)
141141
if data.imageRef != "" || data.images != "" {
142-
if s, err := applicationsnapshot.DetermineInputSpec(ctx, applicationsnapshot.Input{
142+
if s, _, err := applicationsnapshot.DetermineInputSpec(ctx, applicationsnapshot.Input{
143143
Image: data.imageRef,
144144
Images: data.images,
145145
}); err != nil {

0 commit comments

Comments
 (0)