Skip to content

Commit 6829ddb

Browse files
committed
Add quotes around the room name
Without the quotes, mob cannot parse the room name given in the configuration.
1 parent 6029ba5 commit 6829ddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/templates/room.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h5>History <small class="text-muted">Last 24h</small></h5>
150150
<h5>Integration with the mob tool</h5>
151151
<ul class="list-unstyled">
152152
<li>configure in ~/.mob</li>
153-
<li><code>MOB_TIMER_ROOM=[[${room.name}]]</code></li>
153+
<li><code>MOB_TIMER_ROOM=&quot;[[${room.name}]]&quot;</code></li>
154154
</ul>
155155
<ul class="list-unstyled">
156156
<li>start timer in cli</li>

0 commit comments

Comments
 (0)