Skip to content

Commit

Permalink
Merge pull request #12 from gateway-fm/fix-jail-typo
Browse files Browse the repository at this point in the history
fix: stupid typo
  • Loading branch information
andskur authored Jul 8, 2022
2 parents 47e3a2d + dc69652 commit 45305da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (l *ServicesList) FromHealthyToJail(id string) {
)

for i, s := range l.healthy {
if srv.ID() == id {
if s.ID() == id {
index = i
srv = s
break
Expand Down

0 comments on commit 45305da

Please sign in to comment.