Run gofmt

This commit is contained in:
Elara 2022-09-28 15:23:09 -07:00
parent ae9e294bf5
commit bc00dde3b2
2 changed files with 4 additions and 4 deletions

View File

@ -242,7 +242,7 @@ func buildPackage(ctx context.Context, script string, mgr manager.Manager) ([]st
if slices.Contains(vars.Architectures, "all") { if slices.Contains(vars.Architectures, "all") {
pkgInfo.Arch = "all" pkgInfo.Arch = "all"
} }
if pkgInfo.Arch == "arm" { if pkgInfo.Arch == "arm" {
pkgInfo.Arch = checkARMVariant() pkgInfo.Arch = checkARMVariant()
} }

View File

@ -65,9 +65,9 @@ func main() {
Action: upgradeCmd, Action: upgradeCmd,
}, },
{ {
Name: "info", Name: "info",
Usage: "Print information about a package", Usage: "Print information about a package",
Action: infoCmd, Action: infoCmd,
}, },
{ {
Name: "list", Name: "list",