From d6f92d2e964d63f4b0cd50063c97d437d795370c Mon Sep 17 00:00:00 2001 From: lell Date: Fri, 16 Feb 2024 09:25:50 +0000 Subject: [PATCH] Fix typo --- ..._annex_lock__47__unlock__47__fix_on_non-committed_files.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/forum/git_annex_lock__47__unlock__47__fix_on_non-committed_files.mdwn b/doc/forum/git_annex_lock__47__unlock__47__fix_on_non-committed_files.mdwn index ec8f1f08fe..3e7c562114 100644 --- a/doc/forum/git_annex_lock__47__unlock__47__fix_on_non-committed_files.mdwn +++ b/doc/forum/git_annex_lock__47__unlock__47__fix_on_non-committed_files.mdwn @@ -4,7 +4,7 @@ In that case, `git annex unlock` refuses to work: ``` mv file file_version1 -git annex unlock file +git annex unlock file_version1 error: pathspec 'file' did not match any file(s) known to git Did you forget to 'git add'? unlock: 1 failed