mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 21:24:16 +08:00
Merge pull request #1972 from gravitl/bugfix_nmctl_host_default
Fix nmctl host update
This commit is contained in:
commit
d22a38a4d0
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ var hostUpdateCmd = &cobra.Command{
|
|||
log.Fatal(err)
|
||||
}
|
||||
} else {
|
||||
apiHost.ID = args[0]
|
||||
apiHost.EndpointIP = endpoint
|
||||
apiHost.Name = name
|
||||
apiHost.ListenPort = listenPort
|
||||
|
|
Loading…
Add table
Reference in a new issue