Fixed the url in curl command as the link is broken.

This commit is contained in:
Arnab Sarkar
2025-08-11 10:56:01 +05:30
committed by mattn
parent 8ea01ad895
commit 577106602f

View File

@@ -21,6 +21,6 @@ darwin)
;;
esac
curl -L "https://github.com/tamasfe/taplo/releases/latest/download/taplo-full-$platform.gz" | gzip -d >taplo-lsp
curl -L "https://github.com/tamasfe/taplo/releases/latest/download/taplo-$platform.gz" | gzip -d >taplo-lsp
chmod +x taplo-lsp