gitsrht-shell: fix ro ACL on private repos
1 files changed, 1 insertions(+), 1 deletions(-) M gitsrht-shell/main.go
M gitsrht-shell/main.go => gitsrht-shell/main.go +1 -1
@@ 354,7 354,7 @@ func main() { } } else { switch *accessGrant { - case "r": + case "ro": hasAccess = ACCESS_READ case "rw": hasAccess = ACCESS_READ | ACCESS_WRITE