From 9e54b6650f95035bd08ceb0c26230649cbbda8bb Mon Sep 17 00:00:00 2001 From: typebrook Date: Wed, 20 Nov 2019 16:27:11 +0800 Subject: update --- alias | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'alias') diff --git a/alias b/alias index 6d04a5b..3b8a1d8 100644 --- a/alias +++ b/alias @@ -107,11 +107,11 @@ alias ts='tig status' alias ta='tig --all' alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig' upload-tig() { - $SETTING_DIR/scripts/upload-github-release-asset.sh \ - github_api_token=$(cat $HOME/.ssh/github) \ + upload-github-release-asset.sh \ + github_api_token=$(cat ~/settings/tokens/github-release) \ owner=typebrook \ repo=tig \ - tag=tig-2.4.1 \ + tag=tig-2.5.0 \ filename=$(which tig) } -- cgit v1.2.3-70-g09d2