Skip to content

Commit

Permalink
Update ports.go
Browse files Browse the repository at this point in the history
  • Loading branch information
felladrin authored May 5, 2022
1 parent 34df117 commit 928b7a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/supervisor/pkg/ports/ports.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ func (pm *Manager) nextState(ctx context.Context) map[uint32]*managedPort {
mp = &managedPort{}
state[port] = mp
}
mp.Name = config.Name
mp.Description = config.Description
mp.Name = "Lorem Ipsum"
mp.Description = "Dolor Asmet"
})
}

Expand Down

0 comments on commit 928b7a8

Please sign in to comment.