summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@noreply.codeberg.org>2024-03-16 15:16:17 +0000
committerLars Wirzenius <liw@noreply.codeberg.org>2024-03-16 15:16:17 +0000
commitc1d423c5da6958a6a16d51ee48e06789853c4840 (patch)
tree613885407348ae27a80d324a6db3fb266cc8d6cb
parenta8fc67a36ee9921163f027a1c911a30c266fa200 (diff)
parent306722dbf9dadd8d916b9a1811820bd1f96242be (diff)
downloadambient-driver-c1d423c5da6958a6a16d51ee48e06789853c4840.tar.gz
Merge pull request 'fix: regex has no way to match EOL' (#84) from fix into main
Reviewed-on: https://codeberg.org/ambient/ambient-driver/pulls/84
-rw-r--r--ambient-driver.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ambient-driver.md b/ambient-driver.md
index a0a38b8..d78c2cb 100644
--- a/ambient-driver.md
+++ b/ambient-driver.md
@@ -133,7 +133,7 @@ given an Ambient VM image ambient.qcow2
given file cwd.yaml
given a directory path/to/project/srcdir
when I run env AMBIENT_LOG=ambient_driver::action=trace ambient-driver run cwd.yaml
-then stderr matches regex INFO.*cwd:.*/path/to/project/srcdir$
+then stderr matches regex INFO.*cwd:.*/path/to/project/srcdir
~~~
~~~{#cwd.yaml .file .yaml}