From 10ff148113d4d5ffb8343e7c35b62ff702a83df1 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Mon, 30 Sep 2024 22:56:29 +0200 Subject: [PATCH] chore: Add missing conjunction --- assets/chezmoi.io/docs/reference/commands/edit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/chezmoi.io/docs/reference/commands/edit.md b/assets/chezmoi.io/docs/reference/commands/edit.md index 2312424ada3..0627dab3a50 100644 --- a/assets/chezmoi.io/docs/reference/commands/edit.md +++ b/assets/chezmoi.io/docs/reference/commands/edit.md @@ -9,8 +9,8 @@ file is re-encrypted and replaces the original file in the source state. If the operating system supports hard links, then the edit command invokes the editor with filenames which match the target filename, unless the -`edit.hardlink` configuration variable is set to `false` the `--hardlink=false` -command line flag is set. +`edit.hardlink` configuration variable is set to `false` or the +`--hardlink=false` command line flag is set. ## `-a`, `--apply`