From efb009877c3b20ee342242cb83d94eb4c646fea8 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Thu, 25 May 2017 12:21:23 +0100 Subject: [PATCH] Fix tab --- .../dendrite/cmd/dendrite-federation-api-server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-federation-api-server/main.go b/src/github.com/matrix-org/dendrite/cmd/dendrite-federation-api-server/main.go index dbdc911ad..15bf5bc47 100644 --- a/src/github.com/matrix-org/dendrite/cmd/dendrite-federation-api-server/main.go +++ b/src/github.com/matrix-org/dendrite/cmd/dendrite-federation-api-server/main.go @@ -38,7 +38,7 @@ var ( // Can be generated from a PEM certificate called "server.crt" using: // // openssl x509 -noout -fingerprint -sha256 -inform pem -in server.crt |\ - // python -c 'print raw_input()[19:].replace(":","").decode("hex").encode("base64").rstrip("=\n")' + // python -c 'print raw_input()[19:].replace(":","").decode("hex").encode("base64").rstrip("=\n")' // tlsFingerprint = os.Getenv("TLS_FINGERPRINT") )