From 8bdc052cc84d284cb735950aab6d00f08570af93 Mon Sep 17 00:00:00 2001 From: z0rc Date: Sat, 15 Mar 2025 21:38:24 +0000 Subject: [PATCH] fixed vim updated script --- update-scripts/update-vim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-scripts/update-vim.sh b/update-scripts/update-vim.sh index 7b386e0..efec7ba 100755 --- a/update-scripts/update-vim.sh +++ b/update-scripts/update-vim.sh @@ -6,4 +6,4 @@ set -eEuxo pipefail cd ~/.vim/pack/git git submodule update --init --recursive --remote -git commit -m "automagic update" +git commit -am "automagic update"