From 3612199bd7d8636bbff3c0347a6838a7856952a0 Mon Sep 17 00:00:00 2001 From: Pablo P Varela Date: Fri, 26 Jan 2024 00:54:27 +0100 Subject: [PATCH] fix output path --- .github/workflows/lazy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lazy.yml b/.github/workflows/lazy.yml index f50b295..0e4936b 100644 --- a/.github/workflows/lazy.yml +++ b/.github/workflows/lazy.yml @@ -41,7 +41,7 @@ jobs: curl -sL "https://raw.githubusercontent.com/LazyVim/starter/main/lua/config/lazy.lua" > ~/.config/nvim/lua/config/lazy.lua echo "Downloading pablopunk's unclutter config" mkdir -p ~/.config/nvim/lua/plugins - curl -sL "https://raw.githubusercontent.com/pablopunk/dotfiles/master/nvim/lua/pablopunk/plugins/unclutter.lua" > ~/.config/nvim/lua/config/plugins/unclutter.lua + curl -sL "https://raw.githubusercontent.com/pablopunk/dotfiles/master/nvim/lua/pablopunk/plugins/unclutter.lua" > ~/.config/nvim/lua/plugins/unclutter.lua - name: Run tests run: |