Skip to content

Commit 69e4e5b

Browse files
committed
Fix cmdline in credentials.asc
1 parent d4d130b commit 69e4e5b

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
@@ -36,7 +36,7 @@ Here's an example of how you'd configure the ``store'' helper with a custom file
3636

3737
[source,console]
3838
----
39-
$ git config --global credential.helper store --file ~/.my-credentials
39+
$ git config --global credential.helper 'store --file ~/.my-credentials'
4040
----
4141

4242
Git even allows you to configure several helpers.

0 commit comments

Comments
 (0)