From af0754a921255ea9103df39c158a4966040d9c3e Mon Sep 17 00:00:00 2001 From: typebrook Date: Mon, 9 Mar 2020 15:25:55 +0800 Subject: update --- alias | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alias') diff --git a/alias b/alias index 0bf6dab..d5da487 100644 --- a/alias +++ b/alias @@ -96,7 +96,7 @@ gcg() { git clone git@github.com:$1/$2.git && cd $(basename $2) } github_release_asset() { - command="upload-github-release-asset.sh\n github_api_token=$GITHUB_API_TOKEN\n owner=typebrook\n repo=tig\n tag=LATEST\n type=asset\n filename=$(which tig)\n overwrite=false" + command="github-release.sh\n github_api_token=$GITHUB_API_TOKEN\n owner=typebrook\n repo=tig\n tag=LATEST\n type=asset\n filename=$(which tig)\n overwrite=false" prompt "$command" } @@ -107,7 +107,7 @@ alias ts='tig status' alias ta='tig --all' alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.5.0/tig' upload_tig() { - upload-github-release-asset.sh \ + github-release.sh \ github_api_token=$GITHUB_API_TOKEN \ owner=typebrook \ repo=tig \ -- cgit v1.2.3-70-g09d2