Skip to content

Commit

Permalink
Merge branch 'feature/69-prebuilt-release-binaries'
Browse files Browse the repository at this point in the history
  • Loading branch information
airtonix committed Apr 4, 2023
2 parents 1e7611e + b1f4e81 commit 5c3d437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/telescope-fzf-native/download_library.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ return function(options)
local platform = string.lower(options.platform or jit.os)
local arch = string.lower(options.arch or jit.arch)
local compiler = string.lower(options.compiler or get_valid_compiler(platform))
local version = string.lower(options.version or 'dev')
local version = string.lower(options.version or "dev")

local path_separator = (platform == "windows") and "\\" or "/"
local build_path = table.concat({ plugin_path, "build" }, path_separator)
Expand Down

0 comments on commit 5c3d437

Please sign in to comment.