about summary refs log tree commit diff
path: root/nixos/doc/manual/development/running-nixos-tests-interactively.section.md
diff options
context:
space:
mode:
authorPedro O. A. Regis <pedroalencarregis@hotmail.com>2024-06-07 14:04:00 -0300
committerPedro O. A. Regis <pedroalencarregis@hotmail.com>2024-06-07 15:21:57 -0300
commit015e29a742b6b59946f947d65300e8c524e1f88b (patch)
tree08279203c0fb8d40dec6d7935bd9930b61d6384b /nixos/doc/manual/development/running-nixos-tests-interactively.section.md
parentef52d19f1e1a368256b8475e1c6d9ad1c7a9da8b (diff)
doc: removes extra backtick
Diffstat (limited to 'nixos/doc/manual/development/running-nixos-tests-interactively.section.md')
-rw-r--r--nixos/doc/manual/development/running-nixos-tests-interactively.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/development/running-nixos-tests-interactively.section.md b/nixos/doc/manual/development/running-nixos-tests-interactively.section.md
index 4b8385d7e0d94..422dbf174ad56 100644
--- a/nixos/doc/manual/development/running-nixos-tests-interactively.section.md
+++ b/nixos/doc/manual/development/running-nixos-tests-interactively.section.md
@@ -44,7 +44,7 @@ As an alternative, you can proxy the guest shell to a local TCP server by first
 starting a TCP server in a terminal using the command:
 
 ```ShellSession
-$ socat 'READLINE,PROMPT=$ ' tcp-listen:4444,reuseaddr`
+$ socat 'READLINE,PROMPT=$ ' tcp-listen:4444,reuseaddr
 ```
 
 In the terminal where the test driver is running, connect to this server by