From 50cd9ab7024fd203cf56f104b1b1049cc30b6741 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Thu, 25 Mar 2021 15:04:27 -0400
Subject: [PATCH] md syntax fix

---
 howto/new-machine.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/howto/new-machine.md b/howto/new-machine.md
index 60231a523..bb6ae4dc1 100644
--- a/howto/new-machine.md
+++ b/howto/new-machine.md
@@ -177,7 +177,7 @@ above](#pre-requisites)! Some installers cover all of those steps, but most do n
     * This will tell you to add the host into LDAP, this should be
       done on the LDAP server (`db.torproject.org`), with:
 
-        ldapvi -ZZ --encoding=ASCII --ldap-conf -h db.torproject.org -D "uid=$USER,ou=users,dc=torproject,dc=org"
+          ldapvi -ZZ --encoding=ASCII --ldap-conf -h db.torproject.org -D "uid=$USER,ou=users,dc=torproject,dc=org"
 
       Make sure you review all fields, in particular `location` (`l`),
       `physicalHost`, `description` and `purpose` which do not have
-- 
GitLab