Skip to content

Commit 1970cdc

Browse files
committed
change
1 parent f81fc61 commit 1970cdc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/pluginmanager/essentials.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ func installPluginsFromEssentialPluginGroup(name, version string) (string, error
6969
if err != nil {
7070
return "", fmt.Errorf("failed to install plugins from group: %w", err)
7171
}
72+
log.Successf("successfully installed all plugins from group '%s'", groupWithVersion)
7273

7374
// If the installation is successful, return the group with version.
7475
return groupWithVersion, nil

0 commit comments

Comments
 (0)