Skip to content

Commit 7ea47cb

Browse files
Fix order
1 parent 094d11d commit 7ea47cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/logic/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ help # This message
180180
}
181181
case "hosts":
182182
fmt.Fprintf(writer, "Hostname: %s, Applier: %s, Inspector: %s\n",
183-
this.migrationContext.GetApplierHostname(),
184183
this.migrationContext.Hostname,
184+
this.migrationContext.GetApplierHostname(),
185185
this.migrationContext.GetInspectorHostname(),
186186
)
187187
return NoPrintStatusRule, nil

0 commit comments

Comments
 (0)