diff --git a/actions/image_partition_action.go b/actions/image_partition_action.go index 44cfc14..345febf 100644 --- a/actions/image_partition_action.go +++ b/actions/image_partition_action.go @@ -823,7 +823,7 @@ func (i *ImagePartitionAction) Verify(context *debos.DebosContext) error { num := 1 for idx := range i.Partitions { - var maxLength int = 0 + var maxLength = 0 p := &i.Partitions[idx] p.number = num num++