Skip to content

Commit 0c5c2f4

Browse files
committed
Fix read-only cmdline in credentials.asc
1 parent 69e4e5b commit 0c5c2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/credentials.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Since its name starts with ``git-'', we can use the simple syntax for the config
193193

194194
[source,console]
195195
----
196-
$ git config --global credential.helper read-only --file /mnt/shared/creds
196+
$ git config --global credential.helper 'read-only --file /mnt/shared/creds'
197197
----
198198

199199
As you can see, extending this system is pretty straightforward, and can solve some common problems for you and your team.

0 commit comments

Comments
 (0)