~edwargix/git.sr.ht

4c9b54bafc9ff0e1f68747c339abae7664508433 — Drew DeVault 6 years ago 889d7c1
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