Run gofmt

This commit is contained in:
Arsen Musayelyan 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") {
pkgInfo.Arch = "all"
}
if pkgInfo.Arch == "arm" {
pkgInfo.Arch = checkARMVariant()
}

View File

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