Skip to content

Commit d1869b6

Browse files
committed
When updating actualPort address, update also the address label.
1 parent a750bdc commit d1869b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: commands/upload/upload.go

+1
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ func runProgramAction(pme *packagemanager.Explorer,
476476
} else {
477477
if newPortAddress != "" {
478478
actualPort.Address = newPortAddress
479+
actualPort.AddressLabel = newPortAddress
479480
}
480481
}
481482
}

0 commit comments

Comments
 (0)