aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/programs/git/git-with-str-extra-config-expected.conf
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/tests/modules/programs/git/git-with-str-extra-config-expected.conf')
-rw-r--r--home-manager/tests/modules/programs/git/git-with-str-extra-config-expected.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/tests/modules/programs/git/git-with-str-extra-config-expected.conf b/home-manager/tests/modules/programs/git/git-with-str-extra-config-expected.conf
index 957438de13a..071268e831c 100644
--- a/home-manager/tests/modules/programs/git/git-with-str-extra-config-expected.conf
+++ b/home-manager/tests/modules/programs/git/git-with-str-extra-config-expected.conf
@@ -1,5 +1,5 @@
This can be anything.
[user]
-email=user@example.org
-name=John Doe
+ email = "user@example.org"
+ name = "John Doe"