Skip to content

Commit

Permalink
Fix minion registry test insert.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddysher committed Sep 19, 2014
1 parent c90d62d commit 0c8d9ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/registry/registrytest/minion.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func (r *MinionRegistry) Insert(minion string) error {
r.Lock()
defer r.Unlock()
r.Minion = minion
r.Minions = append(r.Minions, minion)
return r.Err
}

Expand Down

0 comments on commit 0c8d9ba

Please sign in to comment.