From 7d4a45e19f74b6416c9a2718df62895bcfd1743b Mon Sep 17 00:00:00 2001 From: Richard J Hancock Date: Sun, 21 Apr 2024 21:47:12 -0500 Subject: [PATCH] Fixed spelling issue with updates --- .gitignore | 1 + update.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 57404ea..25beded 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ _site .jekyll-metadata .DS_Store /.bundle +/.vscode diff --git a/update.md b/update.md index 7e1bf7b..11af013 100644 --- a/update.md +++ b/update.md @@ -116,7 +116,7 @@ To remove the old files, execute the following similar commands. Be mindful to r with whatever is the previous version(s). ```bash -ln -lha +ls -lha rm -rf mekhq-0.49.15* ```