Skip to content

Commit

Permalink
When updating actualPort address, update also the address label.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Aug 11, 2023
1 parent a750bdc commit d1869b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/upload/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ func runProgramAction(pme *packagemanager.Explorer,
} else {
if newPortAddress != "" {
actualPort.Address = newPortAddress
actualPort.AddressLabel = newPortAddress
}
}
}
Expand Down

0 comments on commit d1869b6

Please sign in to comment.