Skip to content

Commit

Permalink
Merge branch 'feat/initial-release' of github.com:alex-karpenko/kube-…
Browse files Browse the repository at this point in the history
…lease-manager into feat/initial-release
  • Loading branch information
alex-karpenko committed Jul 7, 2024
2 parents 024d7b0 + e92ec68 commit 1cc3d57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async fn main() {
tokio::select! {
_ = channel.changed() => {
let lock_state = *channel.borrow_and_update();

if lock_state {
// Do something useful as a leader
println!("Got a luck!");
Expand Down Expand Up @@ -113,4 +113,3 @@ So it was a reason to create this one.
## License

This project is licensed under the [MIT license](LICENSE).

0 comments on commit 1cc3d57

Please sign in to comment.