Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrareddyp committed Mar 15, 2024
1 parent f81fc61 commit 1970cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/pluginmanager/essentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func installPluginsFromEssentialPluginGroup(name, version string) (string, error
if err != nil {
return "", fmt.Errorf("failed to install plugins from group: %w", err)
}
log.Successf("successfully installed all plugins from group '%s'", groupWithVersion)

// If the installation is successful, return the group with version.
return groupWithVersion, nil
Expand Down

0 comments on commit 1970cdc

Please sign in to comment.