small improvement in about.templ

This commit is contained in:
Erik Brakkee 2024-09-01 11:14:26 +02:00
parent b7d009a528
commit 8dd34f6c1b
2 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,7 @@ templ About() {
<p>There are a few special situations:
<ul>
<li> If no id is specified than a rendez-vous id is generated. </li>
<li> If no rendez-vous id is specified than a rendez-vous id is generated. </li>
<li> If the agent uses an id already in use by another agent, then converge server will
generate a new rendez-vous id. </li>
</ul>

View File

@ -1,5 +1,6 @@
#!/bin/bash
export TESTFLAGS=-v
testout="$( make test )"