Skip to content

Commit aee8d9d

Browse files
bdoyle0182rabbah
andauthored
Update core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InstanceIdAssigner.scala
Co-authored-by: rodric rabbah <[email protected]>
1 parent 2784287 commit aee8d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InstanceIdAssigner.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private[invoker] class InstanceIdAssigner(connectionString: String)(implicit log
4040
logger.info(this, "invokerReg: connected to zookeeper")
4141

4242
val rootPath = "/invokers/idAssignment/mapping"
43-
val myIdPath = rootPath + s"/$name"
43+
val myIdPath = s"$rootPath/$name"
4444
val assignedId = if (overwriteId.isEmpty) {
4545
Option(zkClient.checkExists().forPath(myIdPath)) match {
4646
case None =>

0 commit comments

Comments
 (0)