diff options
author | Omar Polo <op@omarpolo.com> | 2022-01-01 16:33:44 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-01-01 16:33:44 +0000 |
commit | e6ab6b25fce38c8f1d700becea395ae41ced1555 (patch) | |
tree | a17e3622a4a902e7ef0fa2d6b28b8f336e8927d2 /regress | |
parent | d49093c105e7e9af2638bce945374ac0036b3498 (diff) |
typo
Diffstat (limited to 'regress')
-rw-r--r-- | regress/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/tests.sh b/regress/tests.sh index efd3d6d..ae2feed 100644 --- a/regress/tests.sh +++ b/regress/tests.sh @@ -326,7 +326,7 @@ server "localhost.local" { EOF run - gg_flags="-P localhost:$port -H localhost.local" + ggflags="-P localhost:$port -H localhost.local" fetch / check_reply "20 text/gemini" "# hello world" |