Fix order

This commit is contained in:
Tim Vaillancourt 2021-04-02 01:58:59 +02:00
parent 094d11d722
commit 7ea47cbfb5

View File

@ -180,8 +180,8 @@ help # This message
}
case "hosts":
fmt.Fprintf(writer, "Hostname: %s, Applier: %s, Inspector: %s\n",
this.migrationContext.GetApplierHostname(),
this.migrationContext.Hostname,
this.migrationContext.GetApplierHostname(),
this.migrationContext.GetInspectorHostname(),
)
return NoPrintStatusRule, nil