Skip to content

Commit

Permalink
Use main branch instead of master (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelcmtd authored Dec 29, 2022
1 parent ec31091 commit 92a1796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_tldr.ex
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule ExTldr do
defp process(os, term), do: describe(os, term)

defp process_url(os, term) do
"https://raw.githubusercontent.com/tldr-pages/tldr/master/pages/#{os}/#{term}.md"
"https://raw.githubusercontent.com/tldr-pages/tldr/main/pages/#{os}/#{term}.md"
end

defp process_os_term(:help), do: process(:help)
Expand Down

0 comments on commit 92a1796

Please sign in to comment.