Skip to content

Commit

Permalink
cmd/create: Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed May 16, 2024
1 parent ec7eb59 commit 4578161
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,6 @@ func getServiceSocket(serviceName string, unitName string) (string, error) {
func pullImage(image, release, authFile string) (bool, error) {
if ok := utils.ImageReferenceCanBeID(image); ok {
logrus.Debugf("Looking up image %s", image)

if _, err := podman.ImageExists(image); err == nil {
return true, nil
}
Expand Down Expand Up @@ -683,7 +682,6 @@ func pullImage(image, release, authFile string) (bool, error) {
}

logrus.Debugf("Looking up image %s", imageFull)

if _, err := podman.ImageExists(imageFull); err == nil {
return true, nil
}
Expand Down

0 comments on commit 4578161

Please sign in to comment.