From 2b9fdae74be61fffe465fc2bbbb4113ca4e10d9b Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 17 May 2026 12:49:53 +0200 Subject: [PATCH] Fixed typo --- RNS/Utilities/rngit/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Utilities/rngit/server.py b/RNS/Utilities/rngit/server.py index f4efde86..57caad35 100644 --- a/RNS/Utilities/rngit/server.py +++ b/RNS/Utilities/rngit/server.py @@ -4116,7 +4116,7 @@ internal = rw:9710b86ba12c42d1d8f30f74fe509286 # repository is in a folder called "my_project.git", create # a "my_project.allowed" file next to it. This file must # contain a permission statement on each line in the form of -# "r=IDENTITY_HASH", "w=IDENTITY_HASH" or "rw=IDENTITY_HASH". +# "r:IDENTITY_HASH", "w:IDENTITY_HASH" or "r:IDENTITY_HASH". # Instead of IDENTITY_HASH, you can also use "all" or "none". # # You can also make the allow-files executable, and have them