Skip to content

Commit

Permalink
build: remove at symbol from Justfile
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Sajid Imami <[email protected]>
  • Loading branch information
AliSajid committed Oct 16, 2024
1 parent 35b96fc commit 23bb8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deps:
if [ -d deps/mini.nvim ]; then
cd deps/mini.nvim && git pull
else
@mkdir -p deps
mkdir -p deps
git clone --depth 1 https://github.com/echasnovski/mini.nvim deps/mini.nvim
fi

Expand Down

0 comments on commit 23bb8ba

Please sign in to comment.