From ff96027863a6868564e52efc0affc2e3941d521b Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Sun, 6 Apr 2025 02:11:21 -0700 Subject: [PATCH] Update installing-git-large-file-storage.md Update Git LFS version --- .../managing-large-files/installing-git-large-file-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/repositories/working-with-files/managing-large-files/installing-git-large-file-storage.md b/content/repositories/working-with-files/managing-large-files/installing-git-large-file-storage.md index cb6b81833163..3368f4de50d7 100644 --- a/content/repositories/working-with-files/managing-large-files/installing-git-large-file-storage.md +++ b/content/repositories/working-with-files/managing-large-files/installing-git-large-file-storage.md @@ -25,7 +25,7 @@ shortTitle: Install Git LFS 1. Change the current working directory into the folder you downloaded and unzipped. ```shell - cd ~/Downloads/git-lfs-1.X.X + cd ~/Downloads/git-lfs-X.X.X ``` > [!NOTE]