mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-23 22:46:53 +00:00
Update pkg/commands/system.go
This commit is contained in:
@@ -87,7 +87,7 @@ func NewAdminInfoCommand(ioStreams cmdutil.IOStreams) *cobra.Command {
|
||||
func (i *infoCmd) run(ioStreams cmdutil.IOStreams) error {
|
||||
clusterVersion, err := GetOAMReleaseVersion()
|
||||
if err != nil {
|
||||
return fmt.Errorf("fail to get cluster chartPath: %s", err)
|
||||
return fmt.Errorf("fail to get cluster chartPath: %v", err)
|
||||
}
|
||||
ioStreams.Info("Versions:")
|
||||
ioStreams.Infof("oam-kubernetes-runtime: %s \n", clusterVersion)
|
||||
|
||||
Reference in New Issue
Block a user