Changed backend node API to account for default and overrides for UI
This commit is contained in:
@@ -27,7 +27,7 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
|
||||
}
|
||||
|
||||
for _, node := range nodes {
|
||||
set[node.KernelVersion] ++
|
||||
set[node.KernelVersion.String()] ++
|
||||
}
|
||||
|
||||
} else if BuildAll == true {
|
||||
@@ -39,7 +39,7 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
|
||||
}
|
||||
|
||||
for _, node := range nodes {
|
||||
set[node.KernelVersion] ++
|
||||
set[node.KernelVersion.String()] ++
|
||||
}
|
||||
|
||||
} else if len(args) == 1 {
|
||||
|
||||
Reference in New Issue
Block a user