Browse Source

fix gitconfig url insteadOf example

Previous example would result in quote escaping problem
tags/v0.45.0
Damien Tardy-Panis 8 years ago
parent
commit
3f2dc49ad8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pillar.example

+ 1
- 1
pillar.example View File

@@ -96,7 +96,7 @@ users:
gitconfig:
user.name: B User
user.email: buser@example.com
url."https://".insteadOf: "git://"
"url.https://.insteadOf": "git://"

google_2fa: True
google_auth:

Loading…
Cancel
Save