Skip to content

Commit 0cd53ae

Browse files
committed
Force the symlink
1 parent 5cfe126 commit 0cd53ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/setup-test-deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ PACK_DIR=./.test-config/nvim/pack/nfnl-tests/start
55
mkdir -p "$PACK_DIR"
66
git clone https://github.com/nvim-lua/plenary.nvim.git "$PACK_DIR/plenary.nvim"
77
git clone https://github.com/bakpakin/fennel.vim.git "$PACK_DIR/fennel.vim"
8-
ln -s "${GITHUB_WORKSPACE:-$(pwd)}" "$PACK_DIR/nfnl"
8+
ln -sf "${GITHUB_WORKSPACE:-$(pwd)}" "$PACK_DIR/nfnl"

0 commit comments

Comments
 (0)