Skip to content

Commit

Permalink
fix merge (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyberg authored Feb 21, 2023
1 parent c0de635 commit e773e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/linode/linode_image.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ func (v *Linode) ResizeImage(ctx *lepton.Context, imagename string, hbytes strin

// CustomizeImage returns image path with adaptations needed by cloud provider
func (v *Linode) CustomizeImage(ctx *lepton.Context) (string, error) {
imagePath := ctx.Config().RunConfig.Imagename
imagePath := ctx.Config().RunConfig.ImageName
return imagePath, nil
}

0 comments on commit e773e56

Please sign in to comment.