Skip to content

Commit 6b985a0

Browse files
committed
Remove backticks from comment
1 parent 2a0cedc commit 6b985a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/04-git-server/sections/setting-up-server.asc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ To do so, you must first add the full pathname of the `git-shell` command to `/e
9595

9696
[source,console]
9797
----
98-
$ cat /etc/shells # see if `git-shell` is already in there. If not...
99-
$ which git-shell # make sure `git-shell` is installed on your system.
100-
$ sudo -e /etc/shells # and add the path to `git-shell` from last command
98+
$ cat /etc/shells # see if git-shell is already in there. If not...
99+
$ which git-shell # make sure git-shell is installed on your system.
100+
$ sudo -e /etc/shells # and add the path to git-shell from last command
101101
----
102102

103103
Now you can edit the shell for a user using `chsh <username> -s <shell>`:

0 commit comments

Comments
 (0)