We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81fc61 commit 1970cdcCopy full SHA for 1970cdc
1 file changed
pkg/pluginmanager/essentials.go
@@ -69,6 +69,7 @@ func installPluginsFromEssentialPluginGroup(name, version string) (string, error
69
if err != nil {
70
return "", fmt.Errorf("failed to install plugins from group: %w", err)
71
}
72
+ log.Successf("successfully installed all plugins from group '%s'", groupWithVersion)
73
74
// If the installation is successful, return the group with version.
75
return groupWithVersion, nil
0 commit comments