Print hostname of the machine registered
This commit is contained in:
parent
a9251d6652
commit
73c84d4f6a
1 changed files with 3 additions and 1 deletions
|
@ -134,7 +134,9 @@ var registerNodeCmd = &cobra.Command{
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
SuccessOutput(response.Machine, "Machine register", output)
|
SuccessOutput(
|
||||||
|
response.Machine,
|
||||||
|
fmt.Sprintf("Machine %s registered", response.Machine.GivenName), output)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue