Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Trent <[email protected]>
  • Loading branch information
trent-s committed Oct 28, 2024
1 parent 77f6e3e commit 1e8e751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func main() {
susqlLog.Info("carbonQueryFilter=" + carbonQueryFilter)
susqlLog.Info("carbonQueryConv2J=" + carbonQueryConv2J)

// If enebleLeaderElection is false, then set "Leader for Life" mode
// If enableLeaderElection is false, then set "Leader for Life" mode
if enableLeaderElection != true {
os.Setenv("POD_NAME", os.Getenv("HOSTNAME"))
err = leader.Become(context.TODO(), leaderLockID)
Expand Down

0 comments on commit 1e8e751

Please sign in to comment.