Skip to content

Commit

Permalink
docs: fix config location for failing prebuilt binaries download
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Oct 9, 2024
1 parent 8356054 commit d7db997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/blink/cmp/fuzzy/download.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ function download.ensure_downloaded(callback)
-- not built locally, not a git tag, error
if not downloaded and not target_version then
return cb(
"Can't download from github due to not being on a git tag and no native_download.version set, but found no built version of the library. "
.. 'Either run `cargo build --release` via your package manager, switch to a git tag, or set `native_download.version` in config. '
"Can't download from github due to not being on a git tag and no fuzzy.prebuiltBinaries.forceVersion set, but found no built version of the library. "
.. 'Either run `cargo build --release` via your package manager, switch to a git tag, or set `fuzzy.prebuiltBinaries.forceVersion` in config. '
.. 'See the README for more info.'
)
end
Expand Down

0 comments on commit d7db997

Please sign in to comment.