From 450b46ee8dcafcd711f9e714ef582ec861d76e58 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Mon, 12 Aug 2019 17:48:58 -0400
Subject: [PATCH] add the right files

---
 tsa/howto/create-a-new-user.mdwn | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tsa/howto/create-a-new-user.mdwn b/tsa/howto/create-a-new-user.mdwn
index 2449822d..0555b7f6 100644
--- a/tsa/howto/create-a-new-user.mdwn
+++ b/tsa/howto/create-a-new-user.mdwn
@@ -31,7 +31,7 @@ The short version is:
     NEW_USER=alice &&
     REQUESTOR=bob &&
     ./NEW "$FINGERPRINT" "$NEW_USER" && 
-    git add "${NEW_USER}-${FINGERPRINT}.gpg" &&
+    git add torproject-keyring/"${NEW_USER}-${FINGERPRINT}.gpg" &&
     git commit -m"new user ${NEW_USER} requested by ${REQUESTOR}" &&
     git push &&
     git push alberti &&
@@ -55,7 +55,7 @@ For example, your laptop.
         NEW_USER=alice
         REQUESTOR=bob
         ./NEW "$FINGERPRINT" "$NEW_USER" && 
-        git add "${NEW_USER}-${FINGERPRINT}.gpg" &&
+        git add torproject-keyring/"${NEW_USER}-${FINGERPRINT}.gpg" &&
         git commit -m"new user ${NEW_USER} requested by ${REQUESTOR}"
 
   3. push to both repositories:
-- 
GitLab