Skip to content

Commit 9cfd0c8

Browse files
committed
Fix grammar
Odd grammar introduced when Gitosis was removed in 9f852b8
1 parent 3d1a1a1 commit 9cfd0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/04-git-server/sections/git-daemon.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ respawn
4141
----
4242

4343
For security reasons, it is strongly encouraged to have this daemon run as a user with read-only permissions to the repositories – you can easily do this by creating a new user 'git-ro' and running the daemon as them.
44-
For the sake of simplicity we'll simply run it as the same 'git' user that `git-shell` is using as.
44+
For the sake of simplicity we'll simply run it as the same 'git' user that `git-shell` is running as.
4545

4646
When you restart your machine, your Git daemon will start automatically and respawn if it goes down.
4747
To get it running without having to reboot, you can run this:

0 commit comments

Comments
 (0)