summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin@jemstep.com>2020-03-13 12:46:18 +0200
committerJustin Worthe <justin@jemstep.com>2020-03-13 12:46:18 +0200
commit5e5543431eeb37042bd57255d73b4a65bdcc6e21 (patch)
tree38a103496d3097891c71f25cf4e6700ac386d16f
parent6d2311c9497097b34c7b31e8c6721f151597fa79 (diff)
Removed bad equals character in getting started docs!
-rw-r--r--readme.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.org b/readme.org
index 7ade6b9..5e20109 100644
--- a/readme.org
+++ b/readme.org
@@ -264,7 +264,7 @@ test user and the test GPG key.
#+BEGIN_SRC sh
git config user.email "blackhole@jemstep.com"
git config user.name "Test User"
- git config user.signingkey = "0xE1F315E39CCCECAA"
+ git config user.signingkey "0xE1F315E39CCCECAA"
#+END_SRC
*** Visualising the test repo