Skip to content

Commit 63d868d

Browse files
authored
Add missing quotes
The command need a pair of single quotes as in the EN edition: https://github.com/progit/progit2/blob/master/book/07-git-tools/sections/credentials.asc
1 parent 26e7dde commit 63d868d

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 @@ Voici un exemple de configuration de l'option « store » avec un nom de fichi
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 vous permet même de configurer plusieurs assistants.

0 commit comments

Comments
 (0)