From b113c532336aca7fc175dc85a88170cb7c7de3c4 Mon Sep 17 00:00:00 2001 From: con-f-use Date: Mon, 2 Dec 2019 12:25:40 +0100 Subject: [PATCH] Correct alternate files example --- _docs/060_alternates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/060_alternates.md b/_docs/060_alternates.md index 1c91e0c..537cce6 100644 --- a/_docs/060_alternates.md +++ b/_docs/060_alternates.md @@ -161,7 +161,7 @@ alternate version using yadm. Consider these three files: path = .gitconfig.local ``` -`.gitconfig.local##Darwin` +`.gitconfig.local##os.Darwin` ```ini [user] @@ -169,7 +169,7 @@ alternate version using yadm. Consider these three files: email = tim@personal.email.org ``` -`.gitconfig.local##Linux` +`.gitconfig.local##os.Linux` ```ini [user]