Skip to content

Commit 1ccb911

Browse files
authored
Merge pull request #66 from foxtech6/foxtech6-patch-6
Update ZookeeperMutex.php
2 parents 471ba5b + 47ae995 commit 1ccb911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mutexes/ZookeeperMutex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private function createNewLock(string $node, string $value): void
100100
$this->handler->create(
101101
$node,
102102
$value,
103-
[['perms' => Zookeeper::PERM_ALL, 'scheme' => 'world1', 'id' => 'anyone']],
103+
[['perms' => Zookeeper::PERM_ALL, 'scheme' => 'world', 'id' => 'anyone']],
104104
Zookeeper::EPHEMERAL
105105
);
106106
} catch (ZookeeperException $ex) {

0 commit comments

Comments
 (0)