aboutsummaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-10-05 15:10:44 +0000
committerOmar Polo <op@omarpolo.com>2022-10-05 15:10:44 +0000
commit534afd0ddcba7c3d2f8478e89db026010c6190c5 (patch)
treeb2a6601b8a0fe1ba0128c34df1b9df374869ecf4 /regress
parent4ceb570910de41133b2771cff29cbb78f37fea30 (diff)
make the various strings in the config fixed-length
will help in future restructuring to have fixed-size objects.
Diffstat (limited to 'regress')
-rw-r--r--regress/lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib.sh b/regress/lib.sh
index afde8b7..668ef28 100644
--- a/regress/lib.sh
+++ b/regress/lib.sh
@@ -80,7 +80,7 @@ server "localhost.local" {
cert "$PWD/cert.pem"
key "$PWD/key.pem"
proxy {
- relay-to "localhost:$port"
+ relay-to localhost port $port
$1
}
}