Skip to content

Commit 77b92f8

Browse files
committed
chore: update deprecated option value
1 parent 557c48f commit 77b92f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/next_ls/updater.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defmodule NextLS.Updater do
1414
github_host = Keyword.get(opts, :github_host, "https://github.com")
1515
logger = Keyword.fetch!(opts, :logger)
1616
current_version = Keyword.fetch!(opts, :current_version)
17-
retry = Keyword.get(opts, :retry, :safe)
17+
retry = Keyword.get(opts, :retry, :safe_transient)
1818

1919
case Req.get("/repos/elixir-tools/next-ls/releases/latest", base_url: api_host, retry: retry) do
2020
{:ok, %{status: 200, body: %{"tag_name" => "v" <> version = tag}}} ->

0 commit comments

Comments
 (0)