Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostec committed Sep 15, 2017
1 parent 25e45f9 commit a95b542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ waitForLock:
select {
case <-timeout.C:
for _, podToDelete := range newPods {
err := deletePod(logger, mr, clientset, redisClient.Client, schedulerName, gameName, podToDelete.GetName(), models.UpdateError)
err := deletePod(logger, mr, clientset, redisClient.Client, schedulerName, gameName, podToDelete.GetName(), models.ReasonUpdateError)
if err != nil {
logger.
WithField("roomName", podToDelete.GetName()).
Expand Down

0 comments on commit a95b542

Please sign in to comment.