We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfe126 commit 0cd53aeCopy full SHA for 0cd53ae
script/setup-test-deps
@@ -5,4 +5,4 @@ PACK_DIR=./.test-config/nvim/pack/nfnl-tests/start
5
mkdir -p "$PACK_DIR"
6
git clone https://github.com/nvim-lua/plenary.nvim.git "$PACK_DIR/plenary.nvim"
7
git clone https://github.com/bakpakin/fennel.vim.git "$PACK_DIR/fennel.vim"
8
-ln -s "${GITHUB_WORKSPACE:-$(pwd)}" "$PACK_DIR/nfnl"
+ln -sf "${GITHUB_WORKSPACE:-$(pwd)}" "$PACK_DIR/nfnl"
0 commit comments