Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
blakerouse committed Sep 12, 2024
1 parent 2407c43 commit 3a002f1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dev-tools/mage/dockervariants.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ import (
)

const (
undefined = "undefined"
basic = "basic"
ubi = "ubi"
wolfi = "wolfi"
complete = "complete"
undefined = "undefined"
basic = "basic"
ubi = "ubi"
wolfi = "wolfi"
complete = "complete"
wolfiComplete = "wolfi-complete"
cloud = "cloud"
service = "service"
cloud = "cloud"
service = "service"
)

// DockerVariant defines the docker variant to build.
Expand Down

0 comments on commit 3a002f1

Please sign in to comment.