Skip to content

Commit f00a47b

Browse files
committed
test
1 parent 7400805 commit f00a47b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/update_lockfile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ if [[ -d "$NVIM_CONFIG_DIR" ]]; then
2929
fi
3030

3131

32-
if [[ -d "$HOME"/.cache ]]; then
33-
mkdir "$HOME"/.cache
32+
if [[ -d "$HOME"/.cache/nvim ]]; then
33+
mkdir "$HOME"/.cache/nvim
3434
fi
3535

3636
git clone https://github.com/CharlesChiuGit/nvimdots.lua.git "$NVIM_CONFIG_DIR"

0 commit comments

Comments
 (0)