Skip to content

Commit

Permalink
Change name of bin to tldr
Browse files Browse the repository at this point in the history
  • Loading branch information
sarg3nt committed May 23, 2024
1 parent 26f7cf2 commit 2333c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -euo pipefail

GH_REPO="https:/dbrgn/tealdeer"
TOOL_NAME="tealdeer"
TOOL_TEST="tealdeer --version"
TOOL_NAME="tldr"
TOOL_TEST="tldr"

fail() {
echo -e "asdf-$TOOL_NAME: $*"
Expand Down

0 comments on commit 2333c4d

Please sign in to comment.