We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc83887 commit 00ee257Copy full SHA for 00ee257
commands/lib/install.go
@@ -59,7 +59,7 @@ func installLibrary(lm *librariesmanager.LibrariesManager, libRelease *libraries
59
logrus.WithField("library", libRelease).Info("Installing library")
60
libPath, libReplaced, err := lm.InstallPrerequisiteCheck(libRelease)
61
if err == librariesmanager.ErrAlreadyInstalled {
62
- taskCB(&rpc.TaskProgress{Message: "Alredy installed " + libRelease.String(), Completed: true})
+ taskCB(&rpc.TaskProgress{Message: "Already installed " + libRelease.String(), Completed: true})
63
return nil
64
}
65
0 commit comments