Fix order
This commit is contained in:
parent
094d11d722
commit
7ea47cbfb5
@ -180,8 +180,8 @@ help # This message
|
|||||||
}
|
}
|
||||||
case "hosts":
|
case "hosts":
|
||||||
fmt.Fprintf(writer, "Hostname: %s, Applier: %s, Inspector: %s\n",
|
fmt.Fprintf(writer, "Hostname: %s, Applier: %s, Inspector: %s\n",
|
||||||
this.migrationContext.GetApplierHostname(),
|
|
||||||
this.migrationContext.Hostname,
|
this.migrationContext.Hostname,
|
||||||
|
this.migrationContext.GetApplierHostname(),
|
||||||
this.migrationContext.GetInspectorHostname(),
|
this.migrationContext.GetInspectorHostname(),
|
||||||
)
|
)
|
||||||
return NoPrintStatusRule, nil
|
return NoPrintStatusRule, nil
|
||||||
|
Loading…
Reference in New Issue
Block a user