Skip to content

Commit

Permalink
Github Repo changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sarg3nt committed Oct 18, 2024
1 parent 187cd31 commit 102cb40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

GH_REPO="https://github.com/dbrgn/tealdeer"
GH_REPO="https://github.com/tealdeer-rs/tealdeer"
TOOL_NAME="tldr"
TOOL_TEST="tldr --version"

Expand Down Expand Up @@ -58,7 +58,6 @@ get_arch() {
echo "x86_64"
fi
}

get_download_name() {
local -r platform="$(get_platform)"
local -r arch="$(get_arch)"
Expand Down

0 comments on commit 102cb40

Please sign in to comment.