Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayja committed Sep 3, 2024
1 parent f70b1a5 commit 6222fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/strong_consistency.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func recluster(clHost *host) error {

clHost.log.V(1).Info("Run info command", "cmd", cmd, "output", cmdOutput)

if !strings.EqualFold(cmdOutput, "ok") && !strings.EqualFold(cmdOutput, "ignored-by-non-principal") {
if !strings.EqualFold(cmdOutput, "ok") && !strings.EqualFold(cmdOutput, "ignored-by-non-pricipal") {
return fmt.Errorf("failed to run `%s` for cluster, %v", cmd, cmdOutput)
}

Expand Down

0 comments on commit 6222fa7

Please sign in to comment.