This commit is contained in:
2025-04-15 10:34:07 +03:00
parent 35982a0ae7
commit 6df5baa457
10 changed files with 63 additions and 55 deletions

View File

@@ -92,7 +92,7 @@ func InternalInstallCmd() *cli.Command {
Action: func(c *cli.Context) error {
logger.SetupForGoPlugin()
if err := utils.EnuseIsAlrUser(); err != nil {
if err := utils.EnsureIsAlrUser(); err != nil {
return err
}
@@ -127,7 +127,6 @@ func InternalInstallCmd() *cli.Command {
Plugins: map[string]plugin.Plugin{
"installer": &build.InstallerPlugin{
Impl: build.NewInstaller(
deps.Repos,
manager.Detect(),
),
},