You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/lib/upgrade.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ import (
28
28
)
29
29
30
30
funcinitUpgradeCommand() *cobra.Command {
31
-
listCommand:=&cobra.Command{
31
+
upgradeCommand:=&cobra.Command{
32
32
Use: "upgrade",
33
33
Short: tr("Upgrades installed libraries."),
34
34
Long: tr("This command upgrades an installed library to the latest available version. Multiple libraries can be passed separated by a space. If no arguments are provided, the command will upgrade all the installed libraries where an update is available."),
0 commit comments